Skip to content

Commit 2c52b5c

Browse files
authored
Remove stabilized nightly feature 'const_ptr_offset' (#22)
1 parent 96dd1c2 commit 2c52b5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
6161
#![no_std]
6262
#![warn(missing_docs)]
63-
#![cfg_attr(feature = "nightly", feature(const_ptr_offset))]
6463
#![cfg_attr(docsrs, feature(doc_cfg))]
6564

6665
#[cfg(not(any(feature = "stable", feature = "nightly")))]

0 commit comments

Comments
 (0)