diff --git a/crates/oxc_data_structures/src/lib.rs b/crates/oxc_data_structures/src/lib.rs index 518ca178a6ed2..2333671037d4a 100644 --- a/crates/oxc_data_structures/src/lib.rs +++ b/crates/oxc_data_structures/src/lib.rs @@ -1,4 +1,6 @@ //! Data structures used across other oxc crates. + #![warn(missing_docs)] + pub mod rope; pub mod stack;