From 3367c618cf62665bd0622d067e0f9e8ee780d6d7 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:23:01 -0800 Subject: [PATCH] Suppress invalid_from_utf8 in test where it's intentional --- src/cp437.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cp437.rs b/src/cp437.rs index 4dba9af1..696c0506 100644 --- a/src/cp437.rs +++ b/src/cp437.rs @@ -187,6 +187,7 @@ mod test { } #[test] + #[allow(invalid_from_utf8)] fn example_slice() { use super::FromCp437; let data = b"Cura\x87ao";