mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: Remove built-in methods from Addressable in the schema.
This commit is contained in:
@@ -82,13 +82,6 @@ class Addressable(AstNode):
|
|||||||
|
|
||||||
TODO: This does not yet include all possible cases.
|
TODO: This does not yet include all possible cases.
|
||||||
"""
|
"""
|
||||||
extended_canonical_path: optional[string] | desc("""
|
|
||||||
Either a canonical path (see https://doc.rust-lang.org/reference/paths.html#canonical-paths),
|
|
||||||
or `{<block id>}::name` for addressable items defined in an anonymous block (and only
|
|
||||||
addressable there-in).
|
|
||||||
""") | rust.detach | ql.internal
|
|
||||||
crate_origin: optional[string] | desc(
|
|
||||||
"One of `rustc:<name>`, `repo:<repository>:<name>` or `lang:<name>`.") | rust.detach | ql.internal
|
|
||||||
|
|
||||||
|
|
||||||
class PathAstNode(AstNode):
|
class PathAstNode(AstNode):
|
||||||
|
|||||||
Reference in New Issue
Block a user