clippy upper case acroynm READMEERROR

This commit is contained in:
collin 2021-03-25 15:38:33 -07:00
parent a66c1633c1
commit 93908c6e77

View File

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