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:
overlookmotel 2024-10-15 23:55:49 +00:00
parent 06e75b032e
commit 9e9fa9e741

View file

@ -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;