We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773854e commit 3ec23a8Copy full SHA for 3ec23a8
.github/workflows/ci.yml
@@ -30,8 +30,6 @@ jobs:
30
features:
31
- rust: nightly
32
bench: test build benchmarks
33
- - rust: nightly
34
- features: test_low_transition_point
35
36
steps:
37
- uses: actions/checkout@v2
Cargo.toml
@@ -46,7 +46,6 @@ serde-1 = ["serde"]
46
std = []
47
48
# for testing only, of course
49
-test_low_transition_point = []
50
test_debug = []
51
52
[profile.bench]
0 commit comments