Skip to content

Commit

Permalink
Apply clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 6, 2024
1 parent 5ebad28 commit adddae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bonus/snowfall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crossterm::{
};
use palette::{convert::FromColorUnclamped, Hsv, Srgb};
use rand::{rngs::ThreadRng, Rng};
use ratatui::{prelude::*, widgets::*};
use ratatui::prelude::*;

struct RgbColorsWidget<'a> {
colors: &'a Vec<Vec<Color>>,
Expand Down
2 changes: 1 addition & 1 deletion src/stdout-vs-stderr-profiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crossterm::{
ExecutableCommand,
};
use palette::{convert::FromColorUnclamped, Hsv, Srgb};
use ratatui::{prelude::*, widgets::*};
use ratatui::prelude::*;

#[derive(Copy, Clone, Debug, Default)]
enum IoStream {
Expand Down

0 comments on commit adddae9

Please sign in to comment.