Skip to content

Commit 960e60a

Browse files
committed
Fix import formatting
1 parent e154ae4 commit 960e60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/gimli/mmap_fake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
use super::mystd::io::{Read, Seek, SeekFrom};
12
use super::File;
2-
use super::{mystd::io::Read, mystd::io::Seek, mystd::io::SeekFrom};
33
use alloc::vec::Vec;
44
use core::ops::Deref;
55

0 commit comments

Comments
 (0)