Skip to content

Commit

Permalink
error: Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Corona authored and mzhong1 committed Nov 9, 2020
1 parent a0263c3 commit 424f05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern crate serde_json;

use crate::ceph_version::CephVersion;
use serde_json::error::Error as SerdeJsonError;
use std::error::Error as StdError;
use std::ffi::{IntoStringError, NulError};
use std::io::Error;
use std::num::ParseIntError;
Expand Down

0 comments on commit 424f05c

Please sign in to comment.