mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 22:07:38 +03:00
Glommio clippy (#341)
This commit is contained in:
parent
a858394855
commit
ec8eb23707
17 changed files with 28 additions and 50 deletions
|
@ -2,7 +2,7 @@ use std::borrow::{Borrow, BorrowMut};
|
|||
use std::ops::{Deref, DerefMut, RangeBounds};
|
||||
use std::sync::atomic::Ordering::{Acquire, Relaxed, Release};
|
||||
use std::sync::atomic::{self, AtomicUsize};
|
||||
use std::{cmp, fmt, hash, mem, ptr, ptr::NonNull, slice, usize};
|
||||
use std::{cmp, fmt, hash, mem, ptr, ptr::NonNull, slice};
|
||||
|
||||
use crate::pool::{PoolId, PoolRef};
|
||||
use crate::{buf::IntoIter, buf::UninitSlice, debug, Buf, BufMut};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue