Skip to content

Commit 82f08f8

Browse files
committed
Ignore useless warning
Signed-off-by: Jim Crossley <[email protected]>
1 parent 66b9bfd commit 82f08f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binding/warp/filter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use warp::Filter;
88
use warp::Rejection;
99

1010
#[derive(Debug)]
11+
#[allow(dead_code)]
1112
pub struct EventFilterError {
1213
error: crate::message::Error,
1314
}

0 commit comments

Comments
 (0)