mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: remove module data from Crate elements
This commit is contained in:
committed by
Tom Hvitved
parent
dd5c487628
commit
f05bed685d
@@ -116,7 +116,6 @@ class ExtractorStep(Element):
|
||||
class Crate(Locatable):
|
||||
name: optional[string]
|
||||
version: optional[string]
|
||||
module: optional["Module"]
|
||||
cfg_options: list[string]
|
||||
named_dependencies: list["NamedCrate"] | ql.internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user