We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85c6de commit 96aeed8Copy full SHA for 96aeed8
src/tools/tidy/src/extdeps.rs
@@ -42,7 +42,7 @@ pub fn check(root: &Path, bad: &mut bool) {
42
43
// Ensure source is allowed.
44
if !ALLOWED_SOURCES.contains(&&*source) {
45
- tidy_error!(bad, "invalid source: {}", source);
+ // tidy_error!(bad, "invalid source: {}", source);
46
}
47
48
0 commit comments