Skip to content

Commit 5e0eca7

Browse files
committed
swap stable to be unstable, checked is now debug_assertions
1 parent dc6aab0 commit 5e0eca7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Cargo.toml

+5-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ version = "0.2.0"
1111
edition = "2018"
1212

1313
[features]
14-
# only used to run our test suite
15-
default = ['stable']
16-
stable = []
14+
default = []
15+
16+
# This tells the compiler to assume that a Nightly toolchain is being used and
17+
# that it should activate any useful Nightly things accordingly.
18+
unstable = []
1719

1820
# Generate tests which are random inputs and the outputs are calculated with
1921
# musl libc.
2022
musl-reference-tests = ['rand']
2123

22-
# Used checked array indexing instead of unchecked array indexing in this
23-
# library.
24-
checked = []
25-
2624
[workspace]
2725
members = [
2826
"crates/compiler-builtins-smoke-test",

0 commit comments

Comments
 (0)