Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Feb 27, 2025
1 parent 631d9e7 commit 0d90987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monoio/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ 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.
#[allow(unused_attributes)]
#[must_use]
fn default() -> Self {
RuntimeBuilder::<T>::new()
}
Expand Down

0 comments on commit 0d90987

Please sign in to comment.