mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
style(data_structures): line breaks (#7766)
Style nit. Add line breaks.
This commit is contained in:
parent
19a8aa5238
commit
e97a9549be
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
//! Data structures used across other oxc crates.
|
||||
|
||||
#![warn(missing_docs)]
|
||||
|
||||
pub mod rope;
|
||||
pub mod stack;
|
||||
|
|
|
|||
Loading…
Reference in a new issue