Skip to content

Commit e5d2c54

Browse files
paldepindhvitved
andauthored
Rust: Make module private
Co-authored-by: Tom Hvitved <hvitved@github.com>
1 parent 1857683 commit e5d2c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/typeinference/TypeMention.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ private module PathSatisfiesConstraintInput implements SatisfiesConstraintInputS
685685
}
686686
}
687687

688-
module PathSatisfiesConstraint = SatisfiesConstraint<PreTypeMention, PathSatisfiesConstraintInput>;
688+
private module PathSatisfiesConstraint = SatisfiesConstraint<PreTypeMention, PathSatisfiesConstraintInput>;
689689

690690
/**
691691
* Gets the type of `path` at `typePath` when `path` accesses an associated type

0 commit comments

Comments
 (0)