File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed 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