Skip to content

Commit bf33d1b

Browse files
committed
Rust: Make a couple of new imports private.
1 parent fdec780 commit bf33d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/frameworks/rustcrypto/RustCrypto.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
private import rust
66
private import codeql.rust.Concepts
77
private import codeql.rust.dataflow.DataFlow
8-
import codeql.rust.internal.TypeInference
9-
import codeql.rust.internal.Type
8+
private import codeql.rust.internal.TypeInference
9+
private import codeql.rust.internal.Type
1010

1111
bindingset[algorithmName]
1212
private string simplifyAlgorithmName(string algorithmName) {

0 commit comments

Comments
 (0)