mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Make Crate a sub class of Locatable
This commit is contained in:
@@ -113,7 +113,7 @@ class ExtractorStep(Element):
|
||||
duration_ms: int
|
||||
|
||||
|
||||
class Crate(Element):
|
||||
class Crate(Locatable):
|
||||
name: optional[string]
|
||||
version: optional[string]
|
||||
module: optional["Module"]
|
||||
|
||||
Reference in New Issue
Block a user