summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sign.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sign.rs b/src/sign.rs
index 11c02c0..43d3b51 100644
--- a/src/sign.rs
+++ b/src/sign.rs
@@ -116,7 +116,7 @@ impl fmt::Debug for Signer {
}
}
-#[cfg_attr(rustfmt, rustfmt_skip)] // rustfmt errors on the long signature strings
+#[rustfmt::skip] // rustfmt errors on the long signature strings
#[cfg(test)]
mod test {
use super::*;