You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix recently added Clippy lints
This also ignores the clippy::blocks_in_conditions lint in two crates, until tracing gets fixed: https://github.com/tokio-rs/tracing/issues/2876
This commit is contained in:
@ -19,7 +19,7 @@ use tokio::io::{AsyncRead, AsyncReadExt};
|
||||
use super::ProxyProtocolV1Info;
|
||||
use crate::rewind::Rewind;
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[derive(Clone, Copy, Debug, Default)]
|
||||
pub struct ProxyAcceptor {
|
||||
_private: (),
|
||||
}
|
||||
|
Reference in New Issue
Block a user