Skip to content

Commit b2ba5f4

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust/ql/lib/codeql/rust/frameworks/stdlib

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

Lines changed: 2 additions & 2 deletions
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)