Skip to content

Commit c7947a0

Browse files
committed
Rust: Remove built-in methods from Addressable in the schema.
1 parent 3cd057f commit c7947a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rust/schema/prelude.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ class Addressable(AstNode):
8282
8383
TODO: This does not yet include all possible cases.
8484
"""
85-
extended_canonical_path: optional[string] | desc("""
86-
Either a canonical path (see https://doc.rust-lang.org/reference/paths.html#canonical-paths),
87-
or `{<block id>}::name` for addressable items defined in an anonymous block (and only
88-
addressable there-in).
89-
""") | rust.detach | ql.internal
90-
crate_origin: optional[string] | desc(
91-
"One of `rustc:<name>`, `repo:<repository>:<name>` or `lang:<name>`.") | rust.detach | ql.internal
9285

9386

9487
class PathAstNode(AstNode):

0 commit comments

Comments
 (0)