Stabilize ptr_const_cast
This stabilizes `ptr_const_cast` feature as was decided in a recent [FCP](https://github.com/rust-lang/rust/issues/92675#issuecomment-1190660233) Closes #92675
This commit is contained in:
parent
affe0d3a00
commit
2a3ce7890c
3 changed files with 4 additions and 5 deletions
|
@ -19,7 +19,6 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![feature(strict_provenance)]
|
||||
#![feature(ptr_const_cast)]
|
||||
|
||||
use smallvec::SmallVec;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue