1
Fork 0

Switch NonZero alias direction.

This commit is contained in:
Markus Reiter 2024-01-20 18:02:56 +01:00
parent 8af70c7a18
commit 4f0ce6fca2
No known key found for this signature in database
GPG key ID: 245293B51702655B
4 changed files with 52 additions and 19 deletions

View file

@ -323,6 +323,7 @@
#![feature(float_gamma)]
#![feature(float_minimum_maximum)]
#![feature(float_next_up_down)]
#![feature(generic_nonzero)]
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]
#![feature(hint_assert_unchecked)]