File tree Expand file tree Collapse file tree 5 files changed +16
-0
lines changed
rustc-std-workspace-alloc Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ edition = "2024"
9
9
10
10
[lib ]
11
11
path = " lib.rs"
12
+ test = false
13
+ bench = false
14
+ doc = false
12
15
13
16
[dependencies ]
14
17
alloc = { path = " ../alloc" }
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ edition = "2024"
11
11
12
12
[lib ]
13
13
path = " lib.rs"
14
+ test = false
15
+ bench = false
16
+ doc = false
14
17
15
18
[dependencies ]
16
19
core = { path = " ../core" , public = true }
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ edition = "2024"
9
9
10
10
[lib ]
11
11
path = " lib.rs"
12
+ test = false
13
+ bench = false
14
+ doc = false
12
15
13
16
[dependencies ]
14
17
std = { path = " ../std" }
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ version = "0.0.0"
6
6
edition = " 2024"
7
7
8
8
[lib ]
9
+ test = false
10
+ bench = false
9
11
# make sure this crate isn't included in public standard library docs
10
12
doc = false
11
13
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ description = "A drop-in replacement for the real windows-targets crate for use
4
4
version = " 0.0.0"
5
5
edition = " 2024"
6
6
7
+ [lib ]
8
+ test = false
9
+ bench = false
10
+ doc = false
11
+
7
12
[features ]
8
13
# Enable using raw-dylib for Windows imports.
9
14
# This will eventually be the default.
You can’t perform that action at this time.
0 commit comments