aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-14 18:38:01 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-14 18:38:40 -0500
commit75d44755bdd5da61e6409fa739e333b1e2b9a1da (patch)
treeba22c47415e27841f24850da5c4b1597248c8fec /src/frame.rs
parenta50aafc38b07359bd4c7bf88f118cdbcdd561790 (diff)
downloadttyrec-75d44755bdd5da61e6409fa739e333b1e2b9a1da.tar.gz
ttyrec-75d44755bdd5da61e6409fa739e333b1e2b9a1da.zip
clippy
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::*;