1
Fork 0

Revert "Make the Step implementations const."

This reverts commit 7bc67ef6e0.
This commit is contained in:
Deadbeef 2023-03-28 00:01:16 +00:00
parent 04a5d61161
commit 0cd49018d1
3 changed files with 7 additions and 17 deletions

View file

@ -126,7 +126,6 @@
#![feature(const_intrinsic_forget)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(const_iter)]
#![feature(const_likely)]
#![feature(const_maybe_uninit_uninit_array)]
#![feature(const_maybe_uninit_as_mut_ptr)]