Skip to content

Commit d911f22

Browse files
committed
Remove impl const and ~const in the standard library
Otherwise it will fail to compile on nightly-2023-04-19 See rust-lang/rust#110395
1 parent 16f555a commit d911f22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! methods for manipulating various page table entries.
1212
1313
#![no_std]
14-
#![feature(const_trait_impl)]
1514
#![feature(doc_auto_cfg)]
1615
#![feature(doc_cfg)]
1716

0 commit comments

Comments
 (0)