Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 26, 2024
1 parent ae8a5bb commit c6eb141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/projection.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![allow(deprecated)]

use pin_utils::{pin_mut, unsafe_pinned, unsafe_unpinned};
use std::marker::Unpin;
use std::pin::Pin;

struct Foo<T1, T2> {
Expand Down

0 comments on commit c6eb141

Please sign in to comment.