mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
docs(span): enable lint warnings on missing docs (#6617)
This attribute was added in #6610, but then removed again in #6612. I assume removing it was an accident.
This commit is contained in:
parent
06e75b032e
commit
9e9fa9e741
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue