read global package.mask
All checks were successful
Gentoo Utils / build-oci-image (pull_request) Successful in 3s
Gentoo Utils / build (pull_request) Successful in 44s

This commit is contained in:
2025-12-13 04:49:28 +00:00
parent 6194121072
commit b929ddcafe
2 changed files with 28 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ mod parsers;
mod useflags;
#[derive(Debug, Clone)]
enum LineBasedFileExpr<T> {
pub(super) enum LineBasedFileExpr<T> {
Comment,
Expr(T),
}