diff --git a/core/any_error.rs b/core/any_error.rs index 001ca54eba53ab..9199af59e0137f 100644 --- a/core/any_error.rs +++ b/core/any_error.rs @@ -43,7 +43,7 @@ impl AsRef for ErrBox { } impl Deref for ErrBox { - type Target = Box; + type Target = Box; fn deref(&self) -> &Self::Target { &self.0 }