diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-29 12:34:25 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-29 12:34:25 +0000 |
| commit | 4b990d78643888fd6fc4dceacc6ac3686483c1db (patch) | |
| tree | 43965533c474aaf71380a11b069e2fe880017b59 | |
| parent | 024b3df6913ed13201de087646bf86fe4d6ae440 (diff) | |
| download | gentoo-utils-4b990d78643888fd6fc4dceacc6ac3686483c1db.tar.gz | |
set unused imports to error
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#![deny(clippy::pedantic)] +#![deny(clippy::pedantic, unused_imports)] #![allow(dead_code, unstable_name_collisions)] #![feature(impl_trait_in_assoc_type)] |
