mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
Enable clippy::unreadable_literal error
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
clippy::cognitive_complexity,
|
clippy::cognitive_complexity,
|
||||||
clippy::too_many_arguments
|
clippy::too_many_arguments
|
||||||
)]
|
)]
|
||||||
#![allow(clippy::unreadable_literal, clippy::match_bool)]
|
#![allow(clippy::match_bool)]
|
||||||
#![feature(ptr_wrapping_offset_from)]
|
#![feature(ptr_wrapping_offset_from)]
|
||||||
#![feature(drain_filter)]
|
#![feature(drain_filter)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user