Skip to content

Commit 37262ba

Browse files
committed
style: Restore prelude wildcard
1 parent 7ea4e25 commit 37262ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ impl std::fmt::Display for AnnotatedOid {
312312

313313
#[cfg(unix)]
314314
fn path2bytes(p: &std::path::Path) -> Vec<u8> {
315-
use std::os::unix::prelude::OsStrExt;
315+
use std::os::unix::prelude::*;
316316
p.as_os_str().as_bytes().to_vec()
317317
}
318318

0 commit comments

Comments
 (0)