We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc78d9 commit 83f3d86Copy full SHA for 83f3d86
1 file changed
src/agent.rs
@@ -3797,6 +3797,7 @@ pub(crate) const LOGOUT_METHOD_NAME: &str = "logout";
3797
#[serde(untagged)]
3798
#[schemars(inline)]
3799
#[non_exhaustive]
3800
+#[allow(clippy::large_enum_variant)]
3801
pub enum ClientRequest {
3802
/// Establishes the connection with a client and negotiates protocol capabilities.
3803
///
0 commit comments