Skip to content

Commit 5a24440

Browse files
hvitvedpaldepind
andauthored
Update rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent 4923156 commit 5a24440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ private module VariantInLib {
631631
)
632632
}
633633

634-
/** An enum variant from library code, represented by its canonical path. */
634+
/** An enum variant from library code, represented by the enum's canonical path and the variant's name. */
635635
class VariantInLib extends MkVariantInLib {
636636
CrateOriginOption crate;
637637
string path;

0 commit comments

Comments
 (0)