Skip to content

Commit 3ec23a8

Browse files
committed
Remove unused feature test_low_transition_point
1 parent 773854e commit 3ec23a8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
features:
3131
- rust: nightly
3232
bench: test build benchmarks
33-
- rust: nightly
34-
features: test_low_transition_point
3533

3634
steps:
3735
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ serde-1 = ["serde"]
4646
std = []
4747

4848
# for testing only, of course
49-
test_low_transition_point = []
5049
test_debug = []
5150

5251
[profile.bench]

0 commit comments

Comments
 (0)