Skip to content

Commit

Permalink
fix: cfg condition (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
YXL76 authored Jan 16, 2025
1 parent eac6660 commit fca9c7c
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 fca9c7c

Please sign in to comment.