From 7c9dd05edd46ad461a033be6190901ca3ffd27c2 Mon Sep 17 00:00:00 2001 From: Florin Coada Date: Fri, 17 Apr 2026 15:11:58 +0100 Subject: [PATCH] Update docs/codeql/codeql-language-guides/codeql-for-rust.rst Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com> --- docs/codeql/codeql-language-guides/codeql-for-rust.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-language-guides/codeql-for-rust.rst b/docs/codeql/codeql-language-guides/codeql-for-rust.rst index 899d64de645..f6b1691a771 100644 --- a/docs/codeql/codeql-language-guides/codeql-for-rust.rst +++ b/docs/codeql/codeql-language-guides/codeql-for-rust.rst @@ -20,4 +20,4 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat - :doc:`Analyzing data flow in Rust `: You can use CodeQL to track the flow of data through a Rust program to places where the data is used. -- :doc:`Customizing library models for Rust `: You can model the functions and methods that control data flow in any framework or library by using data extension files. +- :doc:`Customizing library models for Rust `: You can model frameworks and libraries that your codebase depends on using data extensions and publish them as CodeQL model packs.