Skip to content

Commit 98fad77

Browse files
committed
fix: remove an unnecessary use statement
1 parent f57e988 commit 98fad77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/async_group.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// See the file LICENSE in this distribution for more details.
44

55
use std::collections::HashMap;
6-
use std::marker::Send;
76
use std::thread;
87

98
use crate::Err;

0 commit comments

Comments
 (0)