Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 19, 2024
1 parent 8c6f75d commit a4ba655
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 a4ba655

Please sign in to comment.