Skip to content

Commit 120a4ef

Browse files
bonziniBennoLossin
authored andcommitted
treewide: remove unused imports
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent e00264d commit 120a4ef

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

examples/big_struct_in_place.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#![feature(allocator_api)]
22

3-
use std::convert::Infallible;
4-
53
use pinned_init::*;
64

75
// Struct with size over 1GiB

tests/const-generic-default.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::convert::Infallible;
2-
31
use pinned_init::*;
42

53
#[pin_data]

0 commit comments

Comments
 (0)