remove addr2line from tidy list. Why?

This commit is contained in:
klensy 2023-07-07 15:58:09 +03:00
parent 6203cda583
commit d346a7abf4

View file

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