Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Dec 14, 2024
1 parent 5d4edd6 commit 7fd532f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3425,19 +3425,19 @@ mod tests {
}

fn is_overgrown(&self) -> bool {
todo!()
unimplemented!()
}

fn is_trashed(&self) -> bool {
todo!()
false
}

fn reset(&self) {
todo!()
unimplemented!()
}

fn ensure_abort(&mut self) {
todo!()
unimplemented!()
}
}

Expand Down

0 comments on commit 7fd532f

Please sign in to comment.