Skip to content

Commit

Permalink
Add a Debug implementation for Side.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Jan 14, 2019
1 parent 4094cff commit da13ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ where
Ref::try_unwrap(r).unwrap_or_else(|r| (*r).clone())
}

#[derive(Clone, Copy, PartialEq, Eq)]
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
pub enum Side {
Left,
Right,
Expand Down

0 comments on commit da13ed1

Please sign in to comment.