diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:36:05 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:36:05 -0600 |
commit | cbb452fc5920dd20c57cf90757668ffedb722a9d (patch) | |
tree | 1dbd58e8cef7e58bcd47dbdd99981002ea23a949 /src/main.rs | |
parent | 0824bba160902ef1d2d37e94fa53d869ee7b9bdd (diff) | |
download | makers-cbb452fc5920dd20c57cf90757668ffedb722a9d.tar.gz makers-cbb452fc5920dd20c57cf90757668ffedb722a9d.zip |
bonk unimplemented & todo
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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 |