mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-06 01:01:14 +03:00
clippy says: unreadable literal, please use a lot of _ everywhere (!!!) or ignore <-- picking ignore
This commit is contained in:
parent
8935f3c7b4
commit
9335f11c6c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue