diff --git a/src/widgets/mod.rs b/src/widgets/mod.rs index 91b5043..bb3d88a 100644 --- a/src/widgets/mod.rs +++ b/src/widgets/mod.rs @@ -20,6 +20,7 @@ use ratatui::widgets::Widget; mod bottom_aligned_paragraph; pub use bottom_aligned_paragraph::BottomAlignedParagraph; +#[rustfmt::skip] // reflow is vendored from ratatui, let's avoid changes mod reflow; /// A [`Widget`] that returns how many lines it actually drew to.