tmp
Some checks failed
CI / Typos (push) Successful in 30s
CI / Clippy (push) Failing after 2m19s
CI / Build and test (push) Successful in 9m6s
CI / Build and test (all features) (push) Successful in 11m14s

This commit is contained in:
2026-03-11 12:25:33 -07:00
parent 8a9388020c
commit 0c7d1d8c36

View File

@@ -89,6 +89,7 @@ impl ObjectExtractor for StringExtractor {
} }
} }
/*
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
@@ -219,3 +220,4 @@ mod tests {
assert!(field(&extractor("abc"), "bogus").await.is_none()); assert!(field(&extractor("abc"), "bogus").await.is_none());
} }
} }
*/