diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-27 17:10:04 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-27 17:10:04 -0600 |
commit | 574d29445199e12e4d1474b3cafe0fa5605a84cf (patch) | |
tree | 325d04d750594572346474856eccc0d32934e781 /src/main.rs | |
parent | 3cb8fdd3e0bad44bfe65a467230b6e828be47af8 (diff) | |
download | makers-574d29445199e12e4d1474b3cafe0fa5605a84cf.tar.gz makers-574d29445199e12e4d1474b3cafe0fa5605a84cf.zip |
appease clippy in makers::args
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 40303d3..0720ada 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ clippy::cargo, clippy::nursery )] +#![allow(clippy::redundant_pub_crate)] use std::fs::metadata; use std::io::stdin; |