Do not allow unreachable patterns (often a logic issue)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#![cfg_attr(feature = "clippy", allow(not_unsafe_ptr_arg_deref))]
|
||||
#![cfg_attr(feature = "clippy", allow(or_fun_call))]
|
||||
#![cfg_attr(feature = "clippy", allow(too_many_arguments))]
|
||||
#![deny(unreachable_patterns)]
|
||||
#![feature(alloc)]
|
||||
#![feature(allocator_api)]
|
||||
#![feature(asm)]
|
||||
|
||||
Reference in New Issue
Block a user