rt/error: Remove unused imports
This commit is contained in:
parent
cdce1f09e6
commit
ce11fa19c6
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ use std::error::Error;
|
|||
use std::fmt::Display;
|
||||
use std::fmt::Formatter;
|
||||
use std::fmt::Error as FmtError;
|
||||
use std::clone::Clone;
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Copy)]
|
||||
pub enum RuntimeErrorKind {
|
||||
|
|
Loading…
Reference in a new issue