mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update tests
This commit is contained in:
parent
2e9c816b41
commit
8d91b2e45a
1 changed files with 0 additions and 1 deletions
|
@ -447,7 +447,6 @@ mod test {
|
|||
let _ = ByteString::try_from(Bytes::from_static(b"nice bytes")).unwrap();
|
||||
let _ = ByteString::try_from(&Bytes::from_static(b"nice bytes")).unwrap();
|
||||
let _ = ByteString::try_from(BytesMut::from(&b"nice bytes"[..])).unwrap();
|
||||
let _ = ByteString::try_from(&BytesMut::from(&b"nice bytes"[..])).unwrap();
|
||||
let _ =
|
||||
ByteString::try_from(BytesVec::copy_from_slice(&b"nice bytes"[..])).unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue