Skip to content

Commit

Permalink
Rename internal module style::style to style::style_types to avoid cl…
Browse files Browse the repository at this point in the history
…ippy lint
  • Loading branch information
gyscos committed Jun 29, 2024
1 parent e104a9d commit 5eec04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cursive-core/src/style/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ mod color_style;
mod effect;
pub mod gradient;
mod palette;
mod style;
mod style_types;

pub use self::border_style::BorderStyle;
pub use self::color::{BaseColor, Color, Rgb};
pub use self::color_pair::ColorPair;
pub use self::color_style::{ColorStyle, ColorType};
pub use self::effect::{ConcreteEffects, Effect, EffectStatus, Effects};
pub use self::palette::{Palette, PaletteColor, PaletteNode, PaletteStyle};
pub use self::style::{ConcreteStyle, Style, StyleType};
pub use self::style_types::{ConcreteStyle, Style, StyleType};

/// Error parsing a color.
#[derive(Debug)]
Expand Down
File renamed without changes.

0 comments on commit 5eec04a

Please sign in to comment.