Skip to content

Commit

Permalink
fix: cfg condition
Browse files Browse the repository at this point in the history
  • Loading branch information
YXL76 authored Jan 15, 2025
1 parent eac6660 commit 41b7630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monoio/src/driver/op/rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl OpAble for Rename {
.build()
}

#[cfg(any(feature = "legacy", feature = "poll-io"))]
fn legacy_interest(&self) -> Option<(crate::driver::ready::Direction, usize)> {
None
}
Expand Down

0 comments on commit 41b7630

Please sign in to comment.