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 /fuzz/atom/vercmp | |
| parent | bffc1e88b0c84de24324442e6a17a88d90b3a63c (diff) | |
| download | gentoo-utils-f8149b43d463ec3248626fa2cba2ed6f8579bc47.tar.gz | |
rearrange modules
Diffstat (limited to 'fuzz/atom/vercmp')
| -rw-r--r-- | fuzz/atom/vercmp/gencorpus.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/atom/vercmp/gencorpus.rs b/fuzz/atom/vercmp/gencorpus.rs index 6d5eeef..6f96f4f 100644 --- a/fuzz/atom/vercmp/gencorpus.rs +++ b/fuzz/atom/vercmp/gencorpus.rs @@ -6,7 +6,7 @@ use std::{ path::PathBuf, }; -use gentoo_utils::ebuild::repo::Repo; +use gentoo_utils::repo::Repo; fn main() -> Result<(), Box<dyn Error>> { let corpus_dir = PathBuf::from( |
