mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
This commit is contained in:
@@ -631,7 +631,7 @@ private module VariantInLib {
|
||||
)
|
||||
}
|
||||
|
||||
/** 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. */
|
||||
class VariantInLib extends MkVariantInLib {
|
||||
CrateOriginOption crate;
|
||||
string path;
|
||||
|
||||
Reference in New Issue
Block a user