Skip to content

Commit ceffe40

Browse files
committed
unified: Remove references to Swift input schema generation
1 parent a2ff35a commit ceffe40

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

unified/extractor/src/languages/swift/adapter.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
269269
const 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`])

unified/extractor/swift_node_types.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# GENERATED from swift-syntax by the one-off schemagen tool. Do not edit.
21
supertypes:
32
decl:
43
- accessorDecl

0 commit comments

Comments
 (0)