Rust: Add Deprecated suffix to existing MaD extensible predicates

This commit is contained in:
Tom Hvitved
2025-06-18 11:48:11 +02:00
parent eff1fbab0f
commit c35598a2ea
100 changed files with 186 additions and 201 deletions

View File

@@ -2,7 +2,7 @@
extensions:
- addsTo:
pack: codeql/rust-all
extensible: summaryModel
extensible: summaryModelDeprecated
data:
- ["repo:https://github.com/rust-random/rand:rand", "<&_ as crate::distr::uniform::SampleBorrow>::borrow", "Argument[self]", "ReturnValue", "value", "dfc-generated"]
- ["repo:https://github.com/rust-random/rand:rand", "<_ as crate::distr::uniform::SampleBorrow>::borrow", "Argument[self]", "ReturnValue", "value", "dfc-generated"]