diff --git a/rust/src/error/mod.rs b/rust/src/error/mod.rs index 1aaa6865..300e35f7 100644 --- a/rust/src/error/mod.rs +++ b/rust/src/error/mod.rs @@ -18,8 +18,6 @@ pub struct Error { help: Option, kind: ErrorKind, inner: BoxedError, - - } const SPACING: &str = "\n ";