because i care too much about my spell checker

This commit is contained in:
Rob Ede 2020-12-31 02:00:21 +00:00
parent 160130cc8d
commit b56af58ec8
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}