Skip to content

Commit

Permalink
Remove impl const and ~const in the standard library
Browse files Browse the repository at this point in the history
Otherwise it will fail to compile on nightly-2023-04-19

See rust-lang/rust#110395
  • Loading branch information
equation314 committed Apr 20, 2023
1 parent 16f555a commit d911f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
//! methods for manipulating various page table entries.
#![no_std]
#![feature(const_trait_impl)]
#![feature(doc_auto_cfg)]
#![feature(doc_cfg)]

Expand Down

0 comments on commit d911f22

Please sign in to comment.