]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/comment4.rs
Honor `#[rustfmt::skip::attributes(derive)]` attribute
[rust.git] / tests / target / comment4.rs
index e07abf74a81bc70651bbb7111f7c064821bb9840..e2ef7de978f93d6bea0624450be23caffdd4acc5 100644 (file)
@@ -47,5 +47,5 @@ fn debug_function() {
 
 #[link_section=".vectors"]
 #[no_mangle] // Test this attribute is preserved.
-#[cfg_attr(rustfmt, rustfmt_skip)]
+#[cfg_attr(rustfmt, rustfmt::skip)]
 pub static ISSUE_1284: [i32; 16] = [];