Browse Source

refactor(rustfmt): ignore options/flags.rs

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 years ago
parent
commit
b23e24e699
2 changed files with 1 additions and 1 deletions
  1. 0 1
      rustfmt.toml
  2. 1 0
      src/options/flags.rs

+ 0 - 1
rustfmt.toml

@@ -1 +0,0 @@
-ignore = ['src/options/flags.rs']

+ 1 - 0
src/options/flags.rs

@@ -1,3 +1,4 @@
+#![rustfmt::skip]
 use crate::options::parser::{Arg, Args, TakesValue, Values};
 use crate::options::parser::{Arg, Args, TakesValue, Values};
 
 
 // exa options
 // exa options