We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4923156 commit 5a24440Copy full SHA for 5a24440
rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll
@@ -631,7 +631,7 @@ private module VariantInLib {
631
)
632
}
633
634
- /** An enum variant from library code, represented by its canonical path. */
+ /** An enum variant from library code, represented by the enum's canonical path and the variant's name. */
635
class VariantInLib extends MkVariantInLib {
636
CrateOriginOption crate;
637
string path;
0 commit comments