Skip to content

Commit 0a47a38

Browse files
remove unused backtrace refs
1 parent 6391318 commit 0a47a38

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

Cargo.lock

-4
Original file line numberDiff line numberDiff line change
@@ -5581,7 +5581,3 @@ checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
55815581
dependencies = [
55825582
"linked-hash-map",
55835583
]
5584-
5585-
[[patch.unused]]
5586-
name = "backtrace"
5587-
version = "0.3.55"

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)