1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Index: rustc-demangle/Cargo.toml
===================================================================
--- rustc-demangle.orig/Cargo.toml
+++ rustc-demangle/Cargo.toml
@@ -41,18 +41,5 @@ lto = true
name = "rustc_demangle"
path = "src/lib.rs"
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
[features]
-rustc-dep-of-std = [
- "core",
- "compiler_builtins",
-]
std = []
|