aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-31 13:36:05 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-31 13:36:05 -0600
commitcbb452fc5920dd20c57cf90757668ffedb722a9d (patch)
tree1dbd58e8cef7e58bcd47dbdd99981002ea23a949
parent0824bba160902ef1d2d37e94fa53d869ee7b9bdd (diff)
downloadmakers-cbb452fc5920dd20c57cf90757668ffedb722a9d.tar.gz
makers-cbb452fc5920dd20c57cf90757668ffedb722a9d.zip
bonk unimplemented & todo
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index abf880d..5f45810 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -11,6 +11,8 @@
clippy::panic_in_result_fn,
clippy::integer_arithmetic,
clippy::panic,
+ clippy::unimplemented,
+ clippy::todo,
clippy::unwrap_in_result,
clippy::clone_on_ref_ptr,
clippy::todo