Skip to content

Commit

Permalink
Fix nightly build by removing redundant use (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Feb 21, 2024
1 parent d102c36 commit 489eeee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error_impls.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extern crate std;

use crate::Error;
use core::convert::From;
use std::io;

impl From<Error> for io::Error {
Expand Down

0 comments on commit 489eeee

Please sign in to comment.