1
Fork 0

libs: use assert_unchecked instead of intrinsic

This commit is contained in:
joboet 2024-01-13 20:10:00 +01:00
parent 174e73a3f6
commit fa9a911a57
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C
15 changed files with 28 additions and 22 deletions

View file

@ -325,6 +325,7 @@
#![feature(float_next_up_down)]
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]
#![feature(hint_assert_unchecked)]
#![feature(ip)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]