We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f30a73 commit a5ce993Copy full SHA for a5ce993
src/util/hasher.rs
@@ -20,7 +20,7 @@ impl<R: Read> HashingReader<R> {
20
rustfmt wanted to merge the lines together so had to use this
21
to stop this from occurring
22
*/
23
- #[rustfmt_skip]
+ #[cfg_attr(rustfmt, rustfmt_skip)]
24
#[allow(deprecated)]
25
self.hasher.finish().unwrap()
26
}
0 commit comments