Skip to content

Commit 915b0b3

Browse files
redsun82sunbrye
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-rust.rst
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent bd0d996 commit 915b0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For a more general introduction to modeling data flow, see ":ref:`About data flo
1717
Local data flow
1818
---------------
1919

20-
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.
20+
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.
2121

2222
Using local data flow
2323
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)