Fix clippy::or_fun_call

This commit is contained in:
Luis Moreno
2020-11-08 23:15:50 -04:00
parent 4d75af6703
commit 43584e14e5
6 changed files with 17 additions and 12 deletions
-1
View File
@@ -65,7 +65,6 @@
//! ```
#![allow(
clippy::or_fun_call,
clippy::needless_range_loop,
clippy::ptr_arg,
clippy::len_without_is_empty,