Skip to content

Commit 8cab0ba

Browse files
committed
Remove unneeded import
1 parent 44cccae commit 8cab0ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/tools/miri/tests/pass/unsized.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#![feature(unsized_fn_params)]
44
#![feature(custom_mir, core_intrinsics)]
55

6-
use std::mem;
7-
86
fn unsized_params() {
97
pub fn f0(_f: dyn FnOnce()) {}
108
pub fn f1(_s: str) {}

0 commit comments

Comments
 (0)