about summary refs log tree commit diff
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-07-07 15:58:09 +0300
committerklensy <klensy@users.noreply.github.com>2023-07-28 14:26:41 +0300
commitd346a7abf40a4bfb74c34774ba649db78311aaa9 (patch)
treed3aa06e3ee5f8453e4f8f6712cf9ebaef91abf85
parent6203cda583f31f86c6a1aa512b39e72e9a87a937 (diff)
downloadrust-d346a7abf40a4bfb74c34774ba649db78311aaa9.tar.gz
rust-d346a7abf40a4bfb74c34774ba649db78311aaa9.zip
remove addr2line from tidy list. Why?
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 57cbfe68be4..774946da8c2 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -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",