1
Fork 0

Make the Step implementations const.

This commit is contained in:
onestacked 2023-02-04 16:36:26 +01:00
parent 13afbdaa06
commit 7bc67ef6e0
3 changed files with 17 additions and 7 deletions

View file

@ -126,6 +126,7 @@
#![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)]