Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Dec 15, 2024
1 parent a58d58e commit 3c2dcd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tabled/src/settings/color/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ impl Color {
/// A color representation.
///
/// Notice that the colors are constants so you can't combine them.
pub const BG_BLACK: Self = Self::new_static("\u{1b}[40m", "\u{1b}[49m");
/// A color representation.
///
Expand Down
1 change: 0 additions & 1 deletion tabled/src/settings/style/border.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ impl<T, B, L, R> From<Border<T, B, L, R>> for GridBorder<char> {
}

#[cfg(feature = "std")]

impl<T, B, L, R, Data> CellOption<Data, ColoredConfig> for Border<T, B, L, R>
where
Data: Records + ExactRecords,
Expand Down

0 comments on commit 3c2dcd2

Please sign in to comment.