diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 16:33:35 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 16:33:35 -0400 |
| commit | d9764ab154bba91ccffeec8e5e54381d40e485cf (patch) | |
| tree | c2f68e8d5a05edd391256d1f7ea6dfe818b350d2 | |
| parent | 638e0cf60ff882a431e596731b4a4baf61b24267 (diff) | |
Added cargo clippy lints
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![warn(clippy::nursery)] #![warn(clippy::pedantic)] +#![warn(clippy::cargo)] #![allow(clippy::module_name_repetitions)] //! There are many errors we don't expect to occur. But what if we're wrong? We //! don't want our programs to panic because of that. We also don't want to spend |
