Skip to content

Commit

Permalink
Allow clippy lint in test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
  • Loading branch information
kleimkuhler authored and Thomasdezeeuw committed Nov 8, 2019
1 parent 9ec6f0c commit 2bda33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/uds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const LOCAL_CLONE: Token = Token(1);

#[test]
fn uds_stream() {
#[allow(clippy::redundant_closure)]
smoke_test(|path| UnixStream::connect(path));
}

Expand Down

0 comments on commit 2bda33f

Please sign in to comment.