Skip to content

Commit 0060759

Browse files
The step_trait_ext feature flag no longer exists, so remove it
1 parent 0da2a53 commit 0060759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/slightlyoutofphase/staticstep"
55
documentation = "https://docs.rs/staticstep/"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
version = "0.2.1"
8+
version = "0.2.2"
99
keywords = ["iterator", "iterators", "step", "range", "ranges"]
1010
categories = ["data-structures", "algorithms"]
1111
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![no_std]
2-
#![feature(step_trait, step_trait_ext)]
2+
#![feature(step_trait)]
33

44
use core::iter::Step;
55
use core::ops::{

0 commit comments

Comments
 (0)