Skip to content

Commit

Permalink
clippied
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jun 25, 2020
1 parent bbb7893 commit f39de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listener/to_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<State: Send + Sync + 'static> ToListener<State> for Url {
self.path()
));

return Ok(ParsedListener::Unix(UnixListener::from_path(path)));
Ok(ParsedListener::Unix(UnixListener::from_path(path)))
}

#[cfg(not(unix))]
Expand Down

0 comments on commit f39de2a

Please sign in to comment.