Revert "Enable clippy::unreadable_literal error"

This reverts commit b424ef9ebb.
This commit is contained in:
Alexander Krotov
2019-12-14 18:52:21 +03:00
parent b424ef9ebb
commit 558466d506

View File

@@ -5,7 +5,7 @@
clippy::cognitive_complexity,
clippy::too_many_arguments
)]
#![allow(clippy::match_bool)]
#![allow(clippy::unreadable_literal, clippy::match_bool)]
#![feature(ptr_wrapping_offset_from)]
#![feature(drain_filter)]