diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:23:28 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:23:45 -0400 |
| commit | 4d69986e18e1e9de175f9a4d7ef9bb50f16209d4 (patch) | |
| tree | 86cb59e9f7b58e15001106d1067c3456402474db /src/lib.rs | |
| parent | 71379a900b8baab58a8c4f1b7a35bf44bd5b7d5f (diff) | |
| download | gentoo-utils-4d69986e18e1e9de175f9a4d7ef9bb50f16209d4.tar.gz | |
impl fmt::Display for Atom
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)] -#![allow(dead_code)] +#![allow(dead_code, unstable_name_collisions)] pub mod atom; pub mod depend; |
