1
Fork 0

from_u32(0) can just be default()

This commit is contained in:
Giles Cope 2022-04-04 15:53:53 +01:00
parent 72a5e7e810
commit 82e9d9ebac
No known key found for this signature in database
GPG key ID: 631F6352D4A949EF
3 changed files with 57 additions and 16 deletions

View file

@ -55,6 +55,7 @@
#![feature(numfmt)]
#![feature(step_trait)]
#![feature(str_internals)]
#![feature(std_internals)]
#![feature(test)]
#![feature(trusted_len)]
#![feature(try_blocks)]