Ignore useless warning
Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
parent
66b9bfde1b
commit
82f08f85ea
|
@ -8,6 +8,7 @@ use warp::Filter;
|
||||||
use warp::Rejection;
|
use warp::Rejection;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
#[allow(dead_code)]
|
||||||
pub struct EventFilterError {
|
pub struct EventFilterError {
|
||||||
error: crate::message::Error,
|
error: crate::message::Error,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue