Skip to content

Commit

Permalink
docs(span): enable lint warnings on missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 15, 2024
1 parent 06e75b0 commit 0f0bbe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_span/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//!
//! <https://doc.rust-lang.org/beta/nightly-rustc/rustc_span>

#![warn(missing_docs)]

mod atom;
mod compact_str;
mod source_type;
Expand Down

0 comments on commit 0f0bbe1

Please sign in to comment.