mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
disable clippy lint
This commit is contained in:
parent
8345556850
commit
913f98e4ff
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ fn write_content_length(mut n: u64, bytes: &mut BytesMut) {
|
|||
|
||||
unsafe fn convert_usize(mut n: u64, bytes: &mut BytesMut) {
|
||||
let mut curr: isize = 39;
|
||||
#[allow(clippy::uninit_assumed_init)]
|
||||
let mut buf: [u8; 41] = mem::MaybeUninit::uninit().assume_init();
|
||||
buf[39] = b'\r';
|
||||
buf[40] = b'\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue