Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-rust.rst

Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
This commit is contained in:
Paolo Tranquilli
2025-06-23 10:16:55 +02:00
committed by GitHub
parent bd0d996664
commit 915b0b3861

View File

@@ -17,7 +17,7 @@ For a more general introduction to modeling data flow, see ":ref:`About data flo
Local data flow
---------------
Local data flow tracks the flow of data within a single method or callable. Local data flow is easier, faster, and more precise than global data flow. Before using more complex tracking, consider local tracking, as it is sufficient for many queries.
Local data flow tracks the flow of data within a single method or callable. Local data flow is easier, faster, and more precise than global data flow. Before using more complex tracking, consider local tracking, as it is sufficient for many queries.
Using local data flow
~~~~~~~~~~~~~~~~~~~~~