1
Fork 0

Simplify code flow.

This commit is contained in:
Camille GILLOT 2023-05-20 08:54:16 +00:00
parent 8356802862
commit cae0dc2833
2 changed files with 157 additions and 222 deletions

View file

@ -1,5 +1,6 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(cow_is_borrowed)]
#![feature(decl_macro)]