mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
fmt
This commit is contained in:
parent
f0f899a36e
commit
15025b89c1
14 changed files with 34 additions and 82 deletions
|
@ -26,9 +26,7 @@ fn test_size() {
|
|||
assert_eq!(32, std::mem::size_of::<Option<Bytes>>());
|
||||
|
||||
let mut t = BytesMut::new();
|
||||
t.extend_from_slice(
|
||||
&b"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"[..],
|
||||
);
|
||||
t.extend_from_slice(&b"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"[..]);
|
||||
|
||||
let val = t.freeze();
|
||||
assert!(val.is_inline());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue