Skip to content

Commit

Permalink
chore: fix unused import in WaitCell tests (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 27, 2024
1 parent 9b758fd commit f27ad29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maitake-sync/src/wait_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ mod tests {
mod loom {
use super::*;
use crate::loom::{future, sync::Arc, thread};
use tokio_test::assert_pending;

#[test]
fn basic() {
Expand Down

0 comments on commit f27ad29

Please sign in to comment.