Skip to content

Commit b115f3f

Browse files
hvitvedpaldepind
andauthored
Update rust/ql/lib/codeql/rust/internal/PathResolution.qll
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent f4e9382 commit b115f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/PathResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ private predicate useImportEdge(Use use, string name, ItemNode item) {
10881088
* Holds if `i` is available inside `f` because it is reexported in [the prelude][1].
10891089
*
10901090
* We don't yet have access to prelude information from the extractor, so for now
1091-
* we include all the preludes for Rust 2015, 2018, 2021, and 2024.
1091+
* we include all the preludes for Rust: 2015, 2018, 2021, and 2024.
10921092
*
10931093
* [1]: https://doc.rust-lang.org/core/prelude/index.html
10941094
*/

0 commit comments

Comments
 (0)