File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -5581,7 +5581,3 @@ checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
55815581dependencies = [
55825582 " linked-hash-map" ,
55835583]
5584-
5585- [[patch .unused ]]
5586- name = " backtrace"
5587- version = " 0.3.55"
Original file line number Diff line number Diff line change @@ -106,11 +106,5 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
106106rustc-std-workspace-alloc = { path = ' library/rustc-std-workspace-alloc' }
107107rustc-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" ]
116110clippy_lints = { path = " src/tools/clippy/clippy_lints" }
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments