Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Sep 6, 2022
1 parent e6945b0 commit cb90216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/badge.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#[derive(std::fmt::Debug, std::cmp::PartialEq)]
use std::cmp::{Eq, PartialEq};
use std::fmt::Debug;

#[derive(Debug, Eq, PartialEq)]
pub enum BadgeStyle {
Flat,
FlatSquare,
Expand Down

0 comments on commit cb90216

Please sign in to comment.