From b56af58ec80cf1d3c1f6867f8bb355d3c1deaf89 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 31 Dec 2020 02:00:21 +0000 Subject: [PATCH] because i care too much about my spell checker --- string/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/src/lib.rs b/string/src/lib.rs index 168209fd..11c5a75a 100644 --- a/string/src/lib.rs +++ b/string/src/lib.rs @@ -290,7 +290,7 @@ mod test { } #[test] - fn test_try_from_bytesmut() { + fn test_try_from_bytes_mut() { let _ = ByteString::try_from(bytes::BytesMut::from(&b"nice bytes"[..])).unwrap(); }