(indent = "")
| 69 | }; |
| 70 | |
| 71 | function rustDeprecatedAttributes(indent = ""): string[] { |
| 72 | return [`${indent}#[doc(hidden)]`, `${indent}#[deprecated]`]; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * JSON property names that should be emitted as a hand-authored newtype rather |
no outgoing calls
no test coverage detected
searching dependent graphs…