aboutsummaryrefslogtreecommitdiff
path: root/tests/expand/pinned_drop/struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expand/pinned_drop/struct.rs')
-rw-r--r--tests/expand/pinned_drop/struct.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/expand/pinned_drop/struct.rs b/tests/expand/pinned_drop/struct.rs
index 948e6cc..691d3cb 100644
--- a/tests/expand/pinned_drop/struct.rs
+++ b/tests/expand/pinned_drop/struct.rs
@@ -1,6 +1,7 @@
-use pin_project::{pin_project, pinned_drop};
use std::pin::Pin;
+use pin_project::{pin_project, pinned_drop};
+
#[pin_project(PinnedDrop)]
struct Struct<T, U> {
#[pin]