diff options
| author | Elisha Hollander <just4now666666@gmail.com> | 2024-04-16 22:47:14 +0300 |
|---|---|---|
| committer | donno2048 <just4now666666@gmail.com> | 2024-04-16 22:23:12 +0000 |
| commit | 9cdf3ca6003cfef2f70453e71b757020cd95c4c3 (patch) | |
| tree | 07d11b0cbc8dd1753220ea18a52a8848eec2b7cd | |
| parent | f71d2a2af681507b8566ca03a0430fd010efd492 (diff) | |
| download | rust-9cdf3ca6003cfef2f70453e71b757020cd95c4c3.tar.gz rust-9cdf3ca6003cfef2f70453e71b757020cd95c4c3.zip | |
default to no testing
| -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 |
