summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-02-09 21:58:44 -0600
committerStuart Stock <stuart@int08h.com>2019-02-09 21:58:44 -0600
commit06f8c19cc56253e133a0fcdccdde980904acfdbe (patch)
tree231791c5db11fb5c2a0e86ed9d53884de9c97c3d /src
parent55a15d8b1110e80e7874340fddb3b4c46a894e3b (diff)
downloadroughenough-06f8c19cc56253e133a0fcdccdde980904acfdbe.zip
Modernize rustfmt skip attribute
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::*;