Refactor errors
Some checks failed
CI / Typos (push) Successful in 28s
CI / Clippy (push) Failing after 1m21s
CI / Build and test (all features) (push) Successful in 4m18s
CI / Build and test (push) Successful in 6m10s

This commit is contained in:
2026-03-12 23:04:59 -07:00
parent 15e56d895c
commit 95a547045d
17 changed files with 192 additions and 161 deletions

View File

@@ -14,7 +14,7 @@ use crate::{
};
pub struct PdfTextExtractor {
item: Item,
pub(super) item: Item,
output: OnceLock<HashMap<Label, PileValue>>,
}