diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-02 22:30:42 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-02 22:30:42 -0600 |
commit | 067e0c9d07ccb2a3b3bba8586759e33f0f58e42d (patch) | |
tree | c150f3efcc80737b0e0c19dd7ea0f5d61cd31587 /src/main.rs | |
parent | 50b6d0f63329900ed9e6730096a293aebd44e452 (diff) | |
download | makers-067e0c9d07ccb2a3b3bba8586759e33f0f58e42d.tar.gz makers-067e0c9d07ccb2a3b3bba8586759e33f0f58e42d.zip |
appease the mighty paperclip
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 8f48a5b..116b349 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,6 @@ unsafe_code, unused_crate_dependencies, variant_size_differences, - clippy::pedantic, clippy::cargo, clippy::nursery, clippy::missing_docs_in_private_items, @@ -16,7 +15,6 @@ clippy::clone_on_ref_ptr, clippy::todo )] -#![allow(clippy::non_ascii_literal)] #![allow(clippy::missing_docs_in_private_items)] use std::env::current_dir; |