We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4fdf commit f726125Copy full SHA for f726125
rustfmt.toml
@@ -30,6 +30,7 @@ ignore = [
30
"src/tools/rust-analyzer",
31
"src/tools/rust-installer",
32
"src/tools/rustfmt",
33
+ "src/tools/semverver",
34
35
# We do not format this file as it is externally sourced and auto-generated.
36
"src/libstd/sys/cloudabi/abi/cloudabi.rs",
src/tools/tidy/src/lib.rs
@@ -59,6 +59,7 @@ fn filter_dirs(path: &Path) -> bool {
59
60
61
62
63
"src/doc/book",
64
// Filter RLS output directories
65
"target/rls",
0 commit comments