Skip to content

Commit a1daa8e

Browse files
Remove feature gate that no longer exists
1 parent df7eed0 commit a1daa8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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/staticvec"
55
documentation = "https://docs.rs/staticvec/"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
version = "0.11.4"
8+
version = "0.11.5"
99
authors = ["SlightlyOutOfPhase <[email protected]>"]
1010
keywords = ["vec", "array", "no_std", "vector", "stack"]
1111
categories = ["data-structures", "no-std"]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
const_mut_refs,
4141
const_precise_live_drops,
4242
const_ptr_is_null,
43-
const_ptr_offset,
4443
const_ptr_offset_from,
4544
const_ptr_read,
4645
const_ptr_write,

0 commit comments

Comments
 (0)