diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-15 01:55:19 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-15 01:55:19 +0000 |
| commit | 0436fbc77039fa3d754f2db5cfefdd437fea51d1 (patch) | |
| tree | a0ab9b71cc6c7a157858c787dc6f76436b325d51 /src/lib.rs | |
| parent | dfaad015b9fea7c3366dd2c453621c3bf161a3c9 (diff) | |
| download | gentoo-utils-0436fbc77039fa3d754f2db5cfefdd437fea51d1.tar.gz | |
fix clippy lints
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #![deny(clippy::pedantic, unused_imports)] -#![allow(dead_code, unstable_name_collisions)] +#![allow(dead_code, unstable_name_collisions, clippy::missing_errors_doc)] #![feature(impl_trait_in_assoc_type)] use mon::{Parser, input::Input}; |
