Rust: Remove empty impls.

This commit is contained in:
Geoffrey White
2025-08-27 19:58:03 +01:00
parent 9efb6ea995
commit f838494bf0
2 changed files with 0 additions and 27 deletions

View File

@@ -62,15 +62,6 @@ fn has_special_emission(type_name: &str) -> bool {
| "Struct"
| "Enum"
| "Union"
| "Trait"
| "Module"
| "Variant"
| "PathExpr"
| "RecordExpr"
| "PathPat"
| "RecordPat"
| "TupleStructPat"
| "MethodCallExpr"
| "PathSegment"
| "Const"
)