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:
parent
edae6edd32
commit
ee8efc5c4a
2 changed files with 135 additions and 139 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue