Skip to content

Commit b625e06

Browse files
committed
Use relative path to refer to crate root in devkita64.rs
1 parent 3eccf9e commit b625e06

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 super::super::*;
33

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

0 commit comments

Comments
 (0)