Skip to content

Commit 489eeee

Browse files
authored
Fix nightly build by removing redundant use (#399)
1 parent d102c36 commit 489eeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/error_impls.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
extern crate std;
22

33
use crate::Error;
4-
use core::convert::From;
54
use std::io;
65

76
impl From<Error> for io::Error {

0 commit comments

Comments
 (0)