Skip to content

Commit f726125

Browse files
committed
tidy, rustfmt: skip src/tools/semverver.
1 parent 2ca4fdf commit f726125

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ignore = [
3030
"src/tools/rust-analyzer",
3131
"src/tools/rust-installer",
3232
"src/tools/rustfmt",
33+
"src/tools/semverver",
3334

3435
# We do not format this file as it is externally sourced and auto-generated.
3536
"src/libstd/sys/cloudabi/abi/cloudabi.rs",

src/tools/tidy/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fn filter_dirs(path: &Path) -> bool {
5959
"src/tools/rust-analyzer",
6060
"src/tools/rust-installer",
6161
"src/tools/rustfmt",
62+
"src/tools/semverver",
6263
"src/doc/book",
6364
// Filter RLS output directories
6465
"target/rls",

0 commit comments

Comments
 (0)