Skip to content

Commit

Permalink
chore: ignore unhelpful lint
Browse files Browse the repository at this point in the history
This is here for destructor reasons. This lint is incorrect and unhelpful.
  • Loading branch information
Noah-Kennedy committed May 27, 2024
1 parent a69d4bf commit de021e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/driver/op/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ pub(crate) trait Updateable: Completable {
fn update(&mut self, cqe: CqeResult);
}

#[allow(dead_code)]
pub(crate) enum Lifecycle {
/// The operation has been submitted to uring and is currently in-flight
Submitted,
Expand Down

0 comments on commit de021e8

Please sign in to comment.