aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-27 17:03:01 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-27 17:03:01 -0600
commit3cb8fdd3e0bad44bfe65a467230b6e828be47af8 (patch)
tree927b1aff99c0840b469525a3ecbf62b7075b7c79
parent86c271eb2f9c0b3e1e2a35d26a2dca37435b5b8c (diff)
downloadmakers-3cb8fdd3e0bad44bfe65a467230b6e828be47af8.tar.gz
makers-3cb8fdd3e0bad44bfe65a467230b6e828be47af8.zip
lint for Slightly Fewer things!
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c7cbab9..40303d3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,7 +3,6 @@
unreachable_pub,
unsafe_code,
unused_crate_dependencies,
- unused_results,
variant_size_differences,
clippy::pedantic,
clippy::cargo,