Skip to content

Commit

Permalink
fix(rustfmt): avoid unstable inner attributes
Browse files Browse the repository at this point in the history
See: rust-lang/rust#64266
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk authored and Omnikron13 committed Mar 17, 2024
1 parent a3aaeba commit a8ffafd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore = ['src/options/flags.rs']
1 change: 0 additions & 1 deletion src/options/flags.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![rustfmt::skip]
use crate::options::parser::{Arg, Args, TakesValue, Values};


Expand Down

0 comments on commit a8ffafd

Please sign in to comment.