diff options
Diffstat (limited to 'core/error.rs')
-rw-r--r-- | core/error.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/error.rs b/core/error.rs index b94b7f192..793a42603 100644 --- a/core/error.rs +++ b/core/error.rs @@ -4,8 +4,6 @@ pub use anyhow::anyhow; pub use anyhow::bail; pub use anyhow::Context; use std::borrow::Cow; -use std::convert::TryFrom; -use std::convert::TryInto; use std::error::Error; use std::fmt; use std::fmt::Debug; |