all: address clippy lints
This commit is contained in:
parent
498e01a8bb
commit
84d7632341
43 changed files with 170 additions and 149 deletions
|
|
@ -68,7 +68,7 @@ pub enum UsrConError {
|
|||
|
||||
pub struct UsrCon {
|
||||
pub ring: Rc<IoUring>,
|
||||
pub wheel: Rc<Wheel>,
|
||||
pub _wheel: Rc<Wheel>,
|
||||
pub eng: Rc<AsyncEngine>,
|
||||
pub server_id: u32,
|
||||
obj_ids: RefCell<Bitfield>,
|
||||
|
|
@ -115,7 +115,7 @@ impl UsrCon {
|
|||
obj_ids.take(1);
|
||||
let slf = Rc::new(Self {
|
||||
ring: ring.clone(),
|
||||
wheel: wheel.clone(),
|
||||
_wheel: wheel.clone(),
|
||||
eng: eng.clone(),
|
||||
server_id,
|
||||
obj_ids: RefCell::new(obj_ids),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue