Skip to content

Commit

Permalink
Merge pull request #148 from koute/patch-1
Browse files Browse the repository at this point in the history
Derive a bunch of standard traits for `RecursiveMode`
  • Loading branch information
dfaust authored Feb 1, 2018
2 parents f0b838f + 69f19d1 commit 3be01f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ impl StdError for Error {
}

/// Indicates whether only the provided directory or its sub-directories as well should be watched
#[derive(Debug)]
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Debug)]
pub enum RecursiveMode {
/// Watch all sub-directories as well, including directories created after installing the watch
Recursive,
Expand Down

0 comments on commit 3be01f1

Please sign in to comment.