Update docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Florin Coada
2026-04-17 15:11:15 +01:00
committed by GitHub
parent 08aced85ba
commit 73695db668

View File

@@ -59,10 +59,6 @@ The CodeQL library for Rust analysis exposes the following extensible predicates
The extensible predicates are populated using the models defined in data extension files.
.. note::
Unlike some other CodeQL languages (such as Python, Ruby, and JavaScript), Rust does not use a ``typeModel`` extensible predicate. Rust models identify callables directly by their canonical path.
Canonical paths
~~~~~~~~~~~~~~~