clippy: fix clippy warnings
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -18,7 +18,7 @@ pub struct PoolEvent<'a> {
|
||||
pub event: ewebsock::WsEvent,
|
||||
}
|
||||
|
||||
impl<'a> PoolEvent<'a> {
|
||||
impl PoolEvent<'_> {
|
||||
pub fn into_owned(self) -> PoolEventBuf {
|
||||
PoolEventBuf {
|
||||
relay: self.relay.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user