Skip to content

Commit

Permalink
docs(span): enable lint warnings on missing docs (#6617)
Browse files Browse the repository at this point in the history
This attribute was added in #6610, but then removed again in #6612. I assume removing it was an accident.
  • Loading branch information
overlookmotel committed Oct 15, 2024
1 parent 06e75b0 commit 9e9fa9e
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 9e9fa9e

Please sign in to comment.