Skip to content

Commit a4be3b5

Browse files
committed
[WIP] Make tidy be quiet temporarily
1 parent 5170e0a commit a4be3b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
417417
"tracing-log",
418418
"tracing-subscriber",
419419
"tracing-tree",
420+
"triomphe",
420421
"twox-hash",
421422
"type-map",
422423
"typenum",
@@ -432,6 +433,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
432433
"unicode-security",
433434
"unicode-width",
434435
"unicode-xid",
436+
"unsize",
435437
"valuable",
436438
"version_check",
437439
"wasi",

src/tools/tidy/src/extdeps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
88
r#""registry+https://github.com/rust-lang/crates.io-index""#,
99
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1010
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
11+
r#""git+https://github.com/GnomedDev/triomphe?branch=dropck-eyepatch#a9614f96c0eb04818cea5f98416b05ca34d9e383""#,
1112
];
1213

1314
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)