Skip to content

Commit 1c5a905

Browse files
authored
Fix typo in call graph description in change notes
1 parent 5a08adc commit 1c5a905

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/lib/change-notes/released

1 file changed

+1
-1
lines changed

rust/ql/lib/change-notes/released/0.2.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* Renamed the `Adt` class to `TypeItem` and moved common predicates from `Struct`, `Enum`, and `Union` to `TypeItem`.
77
* Added models for the Axum web application framework.
88
* Reading content of a value now carries taint if the value itself is tainted. For instance, if `s` is tainted then `s.field` is also tainted. This generally improves taint flow.
9-
* The call graph is now more precise for calls that target a trait function with a default implemention. This reduces the number of false positives for data flow queries.
9+
* The call graph is now more precise for calls that target a trait function with a default implementation. This reduces the number of false positives for data flow queries.
1010
* Improved type inference for raw pointers (`*const` and `*mut`). This includes type inference for the raw borrow operators (`&raw const` and `&raw mut`) and dereferencing of raw pointers.

0 commit comments

Comments
 (0)