Remove the std workspace patch for compiler-builtins
All dependencies of `std` have dropped the crates.io dependency on `compiler-builtins`, so this patch is no longer needed. Closes: RUST-142265
This commit is contained in:
parent
16ad385579
commit
988092e9ff
1 changed files with 0 additions and 1 deletions
|
|
@ -59,4 +59,3 @@ rustflags = ["-Cpanic=abort"]
|
|||
rustc-std-workspace-core = { path = 'rustc-std-workspace-core' }
|
||||
rustc-std-workspace-alloc = { path = 'rustc-std-workspace-alloc' }
|
||||
rustc-std-workspace-std = { path = 'rustc-std-workspace-std' }
|
||||
compiler_builtins = { path = "compiler-builtins/compiler-builtins" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue