blob: 1f6722344fe3b99d5747dc711a249ad9eb51427f [file] [log] [blame]
// rustfmt-skip_macro_invocations: ["*","items"]
// Should skip this invocation
items!(
const _: u8 = 0;
);
// Should also skip this invocation, as the wildcard covers it
renamed_items!(
const _: u8 = 0;
);