Skip to content

Commit 83f3d86

Browse files
committed
Clippy
1 parent fcc78d9 commit 83f3d86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/agent.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3797,6 +3797,7 @@ pub(crate) const LOGOUT_METHOD_NAME: &str = "logout";
37973797
#[serde(untagged)]
37983798
#[schemars(inline)]
37993799
#[non_exhaustive]
3800+
#[allow(clippy::large_enum_variant)]
38003801
pub enum ClientRequest {
38013802
/// Establishes the connection with a client and negotiates protocol capabilities.
38023803
///

0 commit comments

Comments
 (0)