Skip to content

Commit

Permalink
MAINT: Silence one clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 27, 2021
1 parent 0b7d317 commit c542a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#![allow(
clippy::many_single_char_names,
clippy::deref_addrof,
clippy::unreadable_literal
clippy::unreadable_literal,
clippy::manual_map, // is not an error
)]
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit c542a6b

Please sign in to comment.