Owned items, static values
Some checks failed
CI / Typos (push) Failing after 20s
CI / Build and test (push) Failing after 2m17s
CI / Clippy (push) Failing after 3m27s
CI / Build and test (all features) (push) Failing after 5m56s

This commit is contained in:
2026-03-10 21:05:51 -07:00
parent 48ac93c78e
commit bfa67994bf
20 changed files with 304 additions and 378 deletions

View File

@@ -62,7 +62,7 @@ pub async fn get_field(
};
let extractor = MetaExtractor::new(&item);
let root: PileValue<'_> = PileValue::ObjectExtractor(Arc::new(extractor));
let root: PileValue = PileValue::ObjectExtractor(Arc::new(extractor));
let value = match root.query(&path).await {
Ok(Some(v)) => v,