diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:32:24 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:32:24 -0600 |
commit | d7eae817746dd4ec30c62d8841cfa3999ded622a (patch) | |
tree | 20ac29e31cad33aee424ff14e7fd2f79b2a36b36 /src/main.rs | |
parent | 09318619b0726fb61d55136ead4d72645000e56b (diff) | |
download | makers-d7eae817746dd4ec30c62d8841cfa3999ded622a.tar.gz makers-d7eae817746dd4ec30c62d8841cfa3999ded622a.zip |
bruh i literally just asserted that those are in bounds
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 853234a..da453f9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ clippy::missing_docs_in_private_items, clippy::str_to_string, clippy::unwrap_used, - clippy::indexing_slicing, clippy::panic_in_result_fn, clippy::integer_arithmetic, clippy::panic, |