We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd057f commit c7947a0Copy full SHA for c7947a0
rust/schema/prelude.py
@@ -82,13 +82,6 @@ class Addressable(AstNode):
82
83
TODO: This does not yet include all possible cases.
84
"""
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
92
93
94
class PathAstNode(AstNode):
0 commit comments