X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=f961d3e9b97be8033292979f9aab2e770a900fff;hb=66211f6657971bdaf18996400435b6a416aa3343;hp=f3b2e0f740d61e5ad94dcea4018ed375d00cd562;hpb=ed5614599a1758db1ae412d8cc4af5887de18fe1;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index f3b2e0f740d..f961d3e9b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,11 +106,5 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' } rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' } rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' } -# This crate's integration with libstd is a bit wonky, so we use a submodule -# instead of a crates.io dependency. Make sure everything else in the repo is -# also using the submodule, however, so we can avoid duplicate copies of the -# source code for this crate. -backtrace = { path = "library/backtrace" } - [patch."https://github.com/rust-lang/rust-clippy"] clippy_lints = { path = "src/tools/clippy/clippy_lints" }