Skip to content

Commit

Permalink
debug impl removed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardTibben committed Apr 3, 2024
1 parent ba78533 commit f6af29b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,6 @@ impl std::fmt::Display for Order {
}
}

impl std::fmt::Debug for Order {
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
match self {
Order::Asc => write!(f, "asc"),
Order::Desc => write!(f, "desc"),
}
}
}

pub enum IncludeFailed {
True,
False,
Expand Down

0 comments on commit f6af29b

Please sign in to comment.