File: disable-nightly.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 (26 lines) | stat: -rw-r--r-- 571 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
25
26
Index: hashbrown/Cargo.toml
===================================================================
--- hashbrown.orig/Cargo.toml
+++ hashbrown/Cargo.toml
@@ -42,7 +42,6 @@ repository = "https://github.com/rust-la
 
 [package.metadata.docs.rs]
 features = [
-    "nightly",
     "rayon",
     "serde",
     "raw-entry",
@@ -59,13 +58,7 @@ default = [
 ]
 default-hasher = ["dep:foldhash"]
 inline-more = []
-nightly = ["bumpalo/allocator_api"]
 raw-entry = []
-rustc-dep-of-std = [
-    "nightly",
-    "core",
-    "rustc-internal-api",
-]
 rustc-internal-api = []
 
 [lib]