about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElisha Hollander <just4now666666@gmail.com>2024-04-16 22:47:14 +0300
committerdonno2048 <just4now666666@gmail.com>2024-04-16 22:23:12 +0000
commit9cdf3ca6003cfef2f70453e71b757020cd95c4c3 (patch)
tree07d11b0cbc8dd1753220ea18a52a8848eec2b7cd
parentf71d2a2af681507b8566ca03a0430fd010efd492 (diff)
downloadrust-9cdf3ca6003cfef2f70453e71b757020cd95c4c3.tar.gz
rust-9cdf3ca6003cfef2f70453e71b757020cd95c4c3.zip
default to no testing
-rw-r--r--src/tools/tidy/Cargo.toml1
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