diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index a76915faac6f..553712e59902 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