clippy fix

This commit is contained in:
damirka 2021-03-29 18:20:59 +03:00
parent 3bd75e387d
commit 3afffcf1a5

View File

@ -16,6 +16,7 @@
use std::io;
#[allow(clippy::upper_case_acronyms)]
#[derive(Debug, Error)]
pub enum READMEError {
#[error("{}: {}", _0, _1)]