Skip to content

Commit 3c2dcd2

Browse files
committed
Fix clippy
1 parent a58d58e commit 3c2dcd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tabled/src/settings/color/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ impl Color {
115115
/// A color representation.
116116
///
117117
/// Notice that the colors are constants so you can't combine them.
118-
119118
pub const BG_BLACK: Self = Self::new_static("\u{1b}[40m", "\u{1b}[49m");
120119
/// A color representation.
121120
///

tabled/src/settings/style/border.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ impl<T, B, L, R> From<Border<T, B, L, R>> for GridBorder<char> {
239239
}
240240

241241
#[cfg(feature = "std")]
242-
243242
impl<T, B, L, R, Data> CellOption<Data, ColoredConfig> for Border<T, B, L, R>
244243
where
245244
Data: Records + ExactRecords,

0 commit comments

Comments
 (0)