aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.rs')
-rw-r--r--src/frame.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.rs b/src/frame.rs
index 5996409..af5fa1c 100644
--- a/src/frame.rs
+++ b/src/frame.rs
@@ -43,6 +43,7 @@ impl TryFrom<Frame> for Vec<u8> {
}
#[cfg(test)]
+#[allow(clippy::unwrap_used)]
mod test {
use super::*;