We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb347da commit 830b733Copy full SHA for 830b733
crates/oxc_ast/src/ast/ts.rs
@@ -11,7 +11,7 @@
11
//! - [AST Spec](https://github.com/typescript-eslint/typescript-eslint/tree/v8.9.0/packages/ast-spec)
12
//! - [Archived TypeScript spec](https://github.com/microsoft/TypeScript/blob/3c99d50da5a579d9fa92d02664b1b66d4ff55944/doc/spec-ARCHIVED.md)
13
#![expect(
14
- missing_docs, // TODO: document individual struct fields
+ missing_docs, // TODO: document individual struct fields
15
clippy::enum_variant_names,
16
)]
17
0 commit comments