mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
ci: enable clippy lints (#1335)
This commit is contained in:
@@ -98,6 +98,12 @@ impl MockTask {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for MockTask {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl ThreadWaker {
|
||||
fn new() -> Self {
|
||||
ThreadWaker {
|
||||
|
||||
Reference in New Issue
Block a user