File: disable-alloc.diff

package info (click to toggle)
rust-hashbrown 0.15.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- hashbrown/Cargo.toml
+++ hashbrown/Cargo.toml
@@ -107,5 +102,4 @@
     "nightly",
     "core",
-    "alloc",
     "rustc-internal-api",
 ]
@@ -151,5 +151,0 @@
-[dependencies.alloc]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-alloc"
-