Skip to content

Commit 3eccf9e

Browse files
committed
Rustfmt broke MSRV :(
1 parent e374fed commit 3eccf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/devkita64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use core::prelude::v1::*;
2-
use *;
2+
use ::*;
33

44
pub type c_char = u8;
55
pub type c_long = i64;

0 commit comments

Comments
 (0)