Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Cleaned up a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Sep 24, 2021
1 parent d6cb4f8 commit eabe007
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/engine/objects/constraints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ pub enum ConstraintMapper {

impl Display for ConstraintMapper {
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
match self {
PrimaryKey => {
write!(f, "PrimaryKey")
}
}
write!(f, "PrimaryKey")
}
}

Expand Down

0 comments on commit eabe007

Please sign in to comment.