We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7fea commit b2ba5f4Copy full SHA for b2ba5f4
rust/ql/lib/codeql/rust/frameworks/stdlib/Clone.qll
@@ -1,7 +1,7 @@
1
/** A model for `clone` on the `Clone` trait. */
2
3
-import rust
4
-import codeql.rust.dataflow.FlowSummary
+private import rust
+private import codeql.rust.dataflow.FlowSummary
5
6
/** A `clone` method. */
7
final class CloneCallable extends SummarizedCallable::Range {
0 commit comments