Skip to content

Commit

Permalink
style(data_structures): line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 10, 2024
1 parent cf2ee06 commit d07cb9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_data_structures/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! Data structures used across other oxc crates.
#![warn(missing_docs)]

pub mod rope;
pub mod stack;

0 comments on commit d07cb9f

Please sign in to comment.