Skip to content

Commit 0a6c6cc

Browse files
calebcartwrightpietroalbini
authored andcommitted
remove unused backtrace refs
1 parent d1f5fba commit 0a6c6cc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,5 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
106106
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
107107
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
108108

109-
# This crate's integration with libstd is a bit wonky, so we use a submodule
110-
# instead of a crates.io dependency. Make sure everything else in the repo is
111-
# also using the submodule, however, so we can avoid duplicate copies of the
112-
# source code for this crate.
113-
backtrace = { path = "library/backtrace" }
114-
115109
[patch."https://github.com/rust-lang/rust-clippy"]
116110
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
6767
"arrayvec",
6868
"atty",
6969
"autocfg",
70-
"backtrace",
7170
"bitflags",
7271
"block-buffer",
7372
"block-padding",

0 commit comments

Comments
 (0)