File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,10 +262,10 @@ fn parse_range(node: &Value) -> Option<Range> {
262262 } )
263263}
264264
265- /// The authoritative swift-syntax input node-types schema, generated from
266- /// swift-syntax (see the schemagen tool). [`json_to_ast`] seeds every parse
267- /// with the schema built from this, pre-registering every input kind and field
268- /// so rule matching never references a name absent from a given file's tree.
265+ /// The authoritative swift-syntax input node-types schema.
266+ /// [`json_to_ast`] seeds every parse with the schema built from this,
267+ /// pre-registering every input kind and field so rule matching never references
268+ /// a name absent from a given file's tree.
269269const SWIFT_NODE_TYPES : & str = include_str ! ( "../../../swift_node_types.yml" ) ;
270270
271271/// Convert a swift-syntax JSON tree (as produced by [`crate::parse_to_json`])
Original file line number Diff line number Diff line change 1- # GENERATED from swift-syntax by the one-off schemagen tool. Do not edit.
21supertypes :
32 decl :
43 - accessorDecl
You can’t perform that action at this time.
0 commit comments