File: disable-alloc.diff

package info (click to toggle)
rust-hashbrown 0.15.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: hashbrown/Cargo.toml
===================================================================
--- hashbrown.orig/Cargo.toml
+++ hashbrown/Cargo.toml
@@ -64,7 +64,6 @@ raw-entry = []
 rustc-dep-of-std = [
     "nightly",
     "core",
-    "alloc",
     "rustc-internal-api",
 ]
 rustc-internal-api = []
@@ -105,11 +104,6 @@ path = "benches/insert_unique_unchecked.
 name = "set_ops"
 path = "benches/set_ops.rs"
 
-[dependencies.alloc]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-alloc"
-
 [dependencies.allocator-api2]
 version = "0.2.9"
 features = ["alloc"]