mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02: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