Skip to content

Commit f6af29b

Browse files
committed
debug impl removed
1 parent ba78533 commit f6af29b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/models/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,6 @@ impl std::fmt::Display for Order {
232232
}
233233
}
234234

235-
impl std::fmt::Debug for Order {
236-
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
237-
match self {
238-
Order::Asc => write!(f, "asc"),
239-
Order::Desc => write!(f, "desc"),
240-
}
241-
}
242-
}
243-
244235
pub enum IncludeFailed {
245236
True,
246237
False,

0 commit comments

Comments
 (0)