We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7d317 commit c542a6bCopy full SHA for c542a6b
1 file changed
src/lib.rs
@@ -10,7 +10,8 @@
10
#![allow(
11
clippy::many_single_char_names,
12
clippy::deref_addrof,
13
- clippy::unreadable_literal
+ clippy::unreadable_literal,
14
+ clippy::manual_map, // is not an error
15
)]
16
#![cfg_attr(not(feature = "std"), no_std)]
17
0 commit comments