Skip to content

Commit

Permalink
Revert derive(Clone) on DebouncedEvent (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored Nov 22, 2017
1 parent 0ce9169 commit c4b8caf
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 @@ -358,7 +358,7 @@ pub struct RawEvent {

unsafe impl Send for RawEvent {}

#[derive(Debug, Clone)]
#[derive(Debug)]
/// Event delivered when action occurs on a watched path in debounced mode
pub enum DebouncedEvent {
/// `NoticeWrite` is emitted immediately after the first write event for the path.
Expand Down

0 comments on commit c4b8caf

Please sign in to comment.