diff --git a/crates/oxc_data_structures/src/lib.rs b/crates/oxc_data_structures/src/lib.rs index 518ca178a6ed2d..2333671037d4a8 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;