summaryrefslogtreecommitdiff
path: root/src/repo/profile
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-13 04:49:28 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-14 01:37:49 +0000
commit870800c98504f48dd74c97bd2d03209fe3eea99f (patch)
tree91a68e4a5757d57fb74e11f34b32526b69890b01 /src/repo/profile
parent985f0332762fbe5b57ed6527f156899b7afe2a87 (diff)
downloadgentoo-utils-870800c98504f48dd74c97bd2d03209fe3eea99f.tar.gz
read global package.mask
Diffstat (limited to 'src/repo/profile')
-rw-r--r--src/repo/profile/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo/profile/mod.rs b/src/repo/profile/mod.rs
index 28c6b06..37909c7 100644
--- a/src/repo/profile/mod.rs
+++ b/src/repo/profile/mod.rs
@@ -32,7 +32,7 @@ mod parsers;
mod useflags;
#[derive(Debug, Clone)]
-enum LineBasedFileExpr<T> {
+pub(super) enum LineBasedFileExpr<T> {
Comment,
Expr(T),
}