1
Fork 0

Coalesce branches

Move a bunch of branches together into one if block, for easier reading.

Resolve comments

Attempt to make some branches unreachable [tmp]

Revert unreachable branches
This commit is contained in:
kadmin 2022-05-19 18:53:01 +00:00
parent edae6edd32
commit ee8efc5c4a
2 changed files with 135 additions and 139 deletions

View file

@ -21,6 +21,7 @@
#![feature(label_break_value)]
#![feature(let_chains)]
#![feature(let_else)]
#![feature(if_let_guard)]
#![feature(never_type)]
#![recursion_limit = "512"] // For rustdoc