From 73695db6681e74d7cd11bb43a09b49f1a05a6eeb Mon Sep 17 00:00:00 2001 From: Florin Coada Date: Fri, 17 Apr 2026 15:11:15 +0100 Subject: [PATCH] Update docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com> --- .../customizing-library-models-for-rust.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst b/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst index 3a62f1a1a39..2e6edeec6fb 100644 --- a/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst +++ b/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst @@ -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 ~~~~~~~~~~~~~~~