Skip to content

Commit

Permalink
chore(parser): enable lint warnings on missing docs (#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Oct 15, 2024
1 parent d07a9b0 commit 03427af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
//! See [full linter example](https://github.com/Boshen/oxc/blob/ab2ef4f89ba3ca50c68abb2ca43e36b7793f3673/crates/oxc_linter/examples/linter.rs#L38-L39)
#![allow(clippy::wildcard_imports)] // allow for use `oxc_ast::ast::*`
#![warn(missing_docs)]

mod context;
mod cursor;
Expand Down

0 comments on commit 03427af

Please sign in to comment.