From 9cdf3ca6003cfef2f70453e71b757020cd95c4c3 Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Tue, 16 Apr 2024 22:47:14 +0300 Subject: [PATCH] default to no testing --- src/tools/tidy/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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