Skip to content

Commit

Permalink
The step_trait_ext feature flag no longer exists, so remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlyoutofphase committed Jul 1, 2021
1 parent 0da2a53 commit 0060759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/slightlyoutofphase/staticstep"
documentation = "https://docs.rs/staticstep/"
license = "MIT OR Apache-2.0"
readme = "README.md"
version = "0.2.1"
version = "0.2.2"
keywords = ["iterator", "iterators", "step", "range", "ranges"]
categories = ["data-structures", "algorithms"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![no_std]
#![feature(step_trait, step_trait_ext)]
#![feature(step_trait)]

use core::iter::Step;
use core::ops::{
Expand Down

0 comments on commit 0060759

Please sign in to comment.