Skip to content

Commit

Permalink
Consistency is nice
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Dec 10, 2024
1 parent 7e27bfc commit de6c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calyx-ir/src/guard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{cmp::Ordering, hash::Hash, rc::Rc};
#[cfg_attr(feature = "serialize", derive(serde::Serialize))]
pub struct Nothing;

impl std::fmt::Display for Nothing {
impl Display for Nothing {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "")
}
Expand Down

0 comments on commit de6c9eb

Please sign in to comment.