1
Fork 0

Use trait aliases to shorten some code.

This commit is contained in:
Nicholas Nethercote 2024-09-16 14:49:38 +10:00
parent 04a318787b
commit 6daf40e219
4 changed files with 8 additions and 44 deletions

View file

@ -11,6 +11,7 @@
#![feature(negative_impls)]
#![feature(rustdoc_internals)]
#![feature(strict_provenance)]
#![feature(trait_alias)]
#![feature(try_blocks)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end