mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
cargo fmt
This commit is contained in:
@@ -12,9 +12,9 @@ pub struct RuntimeError {
|
||||
inner: Arc<RuntimeErrorInner>,
|
||||
}
|
||||
|
||||
pub trait CoreError: fmt::Debug + fmt::Display + core::any::Any { }
|
||||
pub trait CoreError: fmt::Debug + fmt::Display + core::any::Any {}
|
||||
|
||||
impl<T: fmt::Debug + fmt::Display + core::any::Any> CoreError for T { }
|
||||
impl<T: fmt::Debug + fmt::Display + core::any::Any> CoreError for T {}
|
||||
|
||||
/// The source of the `RuntimeError`.
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user