diff options
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index a76915faac6..553712e5990 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -18,3 +18,4 @@ rustc-hash = "1.1.0" [[bin]] name = "rust-tidy" path = "src/main.rs" +test = false \ No newline at end of file |
