Skip to content

Commit

Permalink
Remove unused import (#63)
Browse files Browse the repository at this point in the history
The import triggers `clippy::legacy_numeric_constants`.
  • Loading branch information
nickelc committed Jun 29, 2024
1 parent eaf4f5f commit cc9b338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgb.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Code liberally borrowed from here
// https://github.com/navierr/coloriz
use std::u32;
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Rgb {
/// Red
Expand Down

0 comments on commit cc9b338

Please sign in to comment.