diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-22 02:11:52 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-23 02:49:53 +0000 |
| commit | f8149b43d463ec3248626fa2cba2ed6f8579bc47 (patch) | |
| tree | 7039d4e7d89b87fdc58f7d1b11fb332636449622 /src/lib.rs | |
| parent | bffc1e88b0c84de24324442e6a17a88d90b3a63c (diff) | |
| download | gentoo-utils-f8149b43d463ec3248626fa2cba2ed6f8579bc47.tar.gz | |
rearrange modules
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ pub trait Parseable<'a, I: Input + 'a> { } pub mod atom; -pub mod ebuild; +pub mod repo; pub mod useflag; |
