Skip to content

Commit

Permalink
fix: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzzzt committed Feb 24, 2025
1 parent ef9e662 commit 78c2aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monoio/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ impl<T> Default for RuntimeBuilder<T> {
/// [monoio::blocking::BlockingStrategy] is to execute tasks on the local thread. In other
/// words, there is no thread pool involved—all blocking I/O operations and heavy computations
/// will block the current thread.
#[must_use]
fn default() -> Self {
RuntimeBuilder::<T>::new()
}
Expand Down

0 comments on commit 78c2aae

Please sign in to comment.