We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdec780 commit bf33d1bCopy full SHA for bf33d1b
rust/ql/lib/codeql/rust/frameworks/rustcrypto/RustCrypto.qll
@@ -5,8 +5,8 @@
5
private import rust
6
private import codeql.rust.Concepts
7
private import codeql.rust.dataflow.DataFlow
8
-import codeql.rust.internal.TypeInference
9
-import codeql.rust.internal.Type
+private import codeql.rust.internal.TypeInference
+private import codeql.rust.internal.Type
10
11
bindingset[algorithmName]
12
private string simplifyAlgorithmName(string algorithmName) {
0 commit comments