Skip to content
/ rust Public
forked from rust-lang/rust

Commit d346a7a

Browse files
committed
remove addr2line from tidy list. Why?
1 parent 6203cda commit d346a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
113113
/// rustc. Please check with the compiler team before adding an entry.
114114
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
115115
// tidy-alphabetical-start
116-
"addr2line",
117116
"adler",
118117
"ahash",
119118
"aho-corasick",

0 commit comments

Comments
 (0)