*: Fix clippy warnings introduced by Rust 1.65 release (#3081)

This commit is contained in:
Thomas Eizinger
2022-11-04 20:40:09 +11:00
committed by GitHub
parent f9b4af3d9d
commit b528d336cd
4 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,7 @@ pub struct Handler {
/// Event produced by the `IdentifyHandler`.
#[derive(Debug)]
#[allow(clippy::large_enum_variant)]
pub enum Event {
/// We obtained identification information from the remote.
Identified(Info),