Merge pull request #21114 from hvitved/rust/exclude-result-err-taint-step

Rust: Add `Result::Err` to `excludeFieldTaintStep`
This commit is contained in:
Tom Hvitved
2026-01-07 14:01:49 +01:00
committed by GitHub

View File

@@ -152,4 +152,5 @@ extensions:
extensible: excludeFieldTaintStep
data:
- ["core::ops::range::RangeInclusive::start"]
- ["core::ops::range::RangeInclusive::end"]
- ["core::ops::range::RangeInclusive::end"]
- ["core::result::Result::Err(0)"]