Skip to content

Commit c6eb141

Browse files
committed
Remove redundant import
1 parent ae8a5bb commit c6eb141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/projection.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![allow(deprecated)]
22

33
use pin_utils::{pin_mut, unsafe_pinned, unsafe_unpinned};
4-
use std::marker::Unpin;
54
use std::pin::Pin;
65

76
struct Foo<T1, T2> {

0 commit comments

Comments
 (0)