summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/framed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/src/codec/framed.rs')
-rw-r--r--tokio-util/src/codec/framed.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio-util/src/codec/framed.rs b/tokio-util/src/codec/framed.rs
index b23f9386..36370da2 100644
--- a/tokio-util/src/codec/framed.rs
+++ b/tokio-util/src/codec/framed.rs
@@ -284,6 +284,7 @@ where
///
/// [`Framed`]: crate::codec::Framed
#[derive(Debug)]
+#[allow(clippy::manual_non_exhaustive)]
pub struct FramedParts<T, U> {
/// The inner transport used to read bytes to and write bytes to
pub io: T,