Skip to content

Commit c542a6b

Browse files
committed
MAINT: Silence one clippy lint
1 parent 0b7d317 commit c542a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#![allow(
1111
clippy::many_single_char_names,
1212
clippy::deref_addrof,
13-
clippy::unreadable_literal
13+
clippy::unreadable_literal,
14+
clippy::manual_map, // is not an error
1415
)]
1516
#![cfg_attr(not(feature = "std"), no_std)]
1617

0 commit comments

Comments
 (0)