File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version = "0.0.0"
88name = " compiler_builtins"
99path = " lib.rs"
1010test = false
11+ bench = false
1112
1213[dependencies ]
1314core = { path = " ../libcore" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ version = "0.0.0"
66[lib ]
77path = " lib.rs"
88test = false
9+ bench = false
910
1011[dependencies ]
1112core = { path = " ../libcore" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ version = "0.0.0"
66[lib ]
77path = " lib.rs"
88test = false
9+ bench = false
910
1011[dependencies ]
1112alloc = { path = " ../liballoc" }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ version = "0.0.0"
77name = " rustc_unicode"
88path = " lib.rs"
99test = false
10+ bench = false
1011
1112[dependencies ]
1213core = { path = " ../libcore" }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ build = "build.rs"
88name = " unwind"
99path = " lib.rs"
1010test = false
11+ bench = false
1112
1213[dependencies ]
1314core = { path = " ../libcore" }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ build = "build.rs"
1616name = " libc"
1717path = " ../../liblibc/src/lib.rs"
1818test = false
19+ bench = false
1920
2021[dependencies ]
2122core = { path = " ../../libcore" }
You can’t perform that action at this time.
0 commit comments