diff --git a/src/rustfmt.toml b/rustfmt.toml similarity index 94% rename from src/rustfmt.toml rename to rustfmt.toml index e9e2b27..cdaa36e 100644 --- a/src/rustfmt.toml +++ b/rustfmt.toml @@ -15,6 +15,4 @@ format_code_in_doc_comments = true # 彩色输出:Unstable color = "Auto" -ignore = [ - "tests", -] \ No newline at end of file +ignore = ["tests"]