浏览代码

fix(rustfmt): avoid unstable inner attributes

See: https://github.com/rust-lang/rust/issues/64266
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 年之前
父节点
当前提交
8835021c6d
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      rustfmt.toml
  2. 0 1
      src/options/flags.rs

+ 1 - 0
rustfmt.toml

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

+ 0 - 1
src/options/flags.rs

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