]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/issue-1247.rs
Honor `#[rustfmt::skip::attributes(derive)]` attribute
[rust.git] / tests / target / issue-1247.rs
index 427a8076ad5ec7aaadc934265b6286175ae0d127..16c63e0f53d3efcf32076add2ba37ad22c5b1f91 100644 (file)
@@ -1,7 +1,8 @@
 // rustfmt-max_width: 80
 
 fn foo() {
-    polyfill::slice::fill(&mut self.pending[padding_pos..
-                                            (self.algorithm.block_len - 8)],
-                          0);
+    polyfill::slice::fill(
+        &mut self.pending[padding_pos..(self.algorithm.block_len - 8)],
+        0,
+    );
 }