We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8a5bb commit c6eb141Copy full SHA for c6eb141
tests/projection.rs
@@ -1,7 +1,6 @@
1
#![allow(deprecated)]
2
3
use pin_utils::{pin_mut, unsafe_pinned, unsafe_unpinned};
4
-use std::marker::Unpin;
5
use std::pin::Pin;
6
7
struct Foo<T1, T2> {
0 commit comments