oxc/crates/oxc_data_structures/src/lib.rs
overlookmotel e97a9549be style(data_structures): line breaks (#7766)
Style nit. Add line breaks.
2024-12-10 11:00:12 +00:00

6 lines
104 B
Rust

//! Data structures used across other oxc crates.
#![warn(missing_docs)]
pub mod rope;
pub mod stack;