Skip to content

Commit

Permalink
Remove feature gate that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlyoutofphase committed Apr 1, 2022
1 parent df7eed0 commit a1daa8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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/staticvec"
documentation = "https://docs.rs/staticvec/"
license = "MIT OR Apache-2.0"
readme = "README.md"
version = "0.11.4"
version = "0.11.5"
authors = ["SlightlyOutOfPhase <[email protected]>"]
keywords = ["vec", "array", "no_std", "vector", "stack"]
categories = ["data-structures", "no-std"]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
const_mut_refs,
const_precise_live_drops,
const_ptr_is_null,
const_ptr_offset,
const_ptr_offset_from,
const_ptr_read,
const_ptr_write,
Expand Down

0 comments on commit a1daa8e

Please sign in to comment.