From cbb452fc5920dd20c57cf90757668ffedb722a9d Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 31 Mar 2021 13:36:05 -0600 Subject: bonk unimplemented & todo --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3