File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -5581,7 +5581,3 @@ checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5581
5581
dependencies = [
5582
5582
" linked-hash-map" ,
5583
5583
]
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' }
106
106
rustc-std-workspace-alloc = { path = ' library/rustc-std-workspace-alloc' }
107
107
rustc-std-workspace-std = { path = ' library/rustc-std-workspace-std' }
108
108
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
-
115
109
[patch ."https://github .com/rust-lang/rust-clippy" ]
116
110
clippy_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] = &[
67
67
"arrayvec" ,
68
68
"atty" ,
69
69
"autocfg" ,
70
- "backtrace" ,
71
70
"bitflags" ,
72
71
"block-buffer" ,
73
72
"block-padding" ,
You can’t perform that action at this time.
0 commit comments