Skip to content

Commit b2ba5f4

Browse files
committed
Rust: Make imports private
1 parent 86d7fea commit b2ba5f4

File tree

1 file changed

+2
-2
lines changed
  • rust/ql/lib/codeql/rust/frameworks/stdlib

1 file changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/frameworks/stdlib/Clone.qll

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** A model for `clone` on the `Clone` trait. */
22

3-
import rust
4-
import codeql.rust.dataflow.FlowSummary
3+
private import rust
4+
private import codeql.rust.dataflow.FlowSummary
55

66
/** A `clone` method. */
77
final class CloneCallable extends SummarizedCallable::Range {

0 commit comments

Comments
 (0)