Skip to content

Commit

Permalink
#3: better stitch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmahler committed Jul 21, 2020
1 parent ba3026d commit d1228e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stitches.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Holds the definition and details for the supported stitches

/// The supported stitches
#[derive(Debug, PartialEq, Copy, Clone)]
#[derive(Debug, PartialEq, Eq, Hash, Copy, Clone)]
pub enum Stitch {
// Single
K,
Expand Down

0 comments on commit d1228e1

Please sign in to comment.