Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Mar 20, 2024
1 parent 1f42419 commit 78e51a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/future/join/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ mod test {
use alloc::sync::Arc;
use alloc::vec;
use core::future;
use core::future::Future;
use core::task::Context;

#[test]
fn smoke() {
Expand Down
1 change: 0 additions & 1 deletion src/future/race_ok/vec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ where

#[cfg(test)]
mod test {
use super::error::AggregateError;
use super::*;
use alloc::vec;
use core::future;
Expand Down

0 comments on commit 78e51a6

Please sign in to comment.