diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sign.rs | 2 |
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::*; |