We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1566ba commit 42e6634Copy full SHA for 42e6634
src/libcollections/Cargo.toml
@@ -15,3 +15,7 @@ rustc_unicode = { path = "../librustc_unicode" }
15
[[test]]
16
name = "collectionstest"
17
path = "../libcollectionstest/lib.rs"
18
+
19
+[[bench]]
20
+name = "collectionstest"
21
+path = "../libcollectionstest/lib.rs"
src/libcore/Cargo.toml
@@ -7,7 +7,12 @@ version = "0.0.0"
7
name = "core"
8
path = "lib.rs"
9
test = false
10
+bench = false
11
12
13
name = "coretest"
14
path = "../libcoretest/lib.rs"
+name = "coretest"
+path = "../libcoretest/lib.rs"
0 commit comments