clippy says: unreadable literal, please use a lot of _ everywhere (!!!) or ignore <-- picking ignore

This commit is contained in:
Simon B 2019-01-09 09:14:18 +01:00
parent 8935f3c7b4
commit 9335f11c6c

View file

@ -17,6 +17,8 @@
// required for genesis replacement
//! #![allow(unused_imports)]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
use chrono::prelude::{TimeZone, Utc};
use crate::core;