X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Ftarget%2Fcomment4.rs;h=e2ef7de978f93d6bea0624450be23caffdd4acc5;hb=8984438a6faf11e0cb8e876e80f177a42a43904d;hp=e07abf74a81bc70651bbb7111f7c064821bb9840;hpb=97d9e6b37395625a19051a4d9c0c3d47f9437ded;p=rust.git diff --git a/tests/target/comment4.rs b/tests/target/comment4.rs index e07abf74a81..e2ef7de978f 100644 --- a/tests/target/comment4.rs +++ b/tests/target/comment4.rs @@ -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] = [];