Skip to content

Commit c3d7c39

Browse files
committed
Remove unused feature test_low_transition_point
1 parent 61bb73e commit c3d7c39

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
@@ -47,7 +47,6 @@ serde-1 = ["serde"]
4747
std = []
4848

4949
# for testing only, of course
50-
test_low_transition_point = []
5150
test_debug = []
5251

5352
[profile.bench]

0 commit comments

Comments
 (0)