more spacing for parse error
This commit is contained in:
parent
15cfb22c8f
commit
56984dea36
|
@ -18,7 +18,7 @@ pub enum Error {
|
|||
DecodeChar(u32),
|
||||
#[error("{0}")]
|
||||
Message(String),
|
||||
#[error("Parse error: So far we parsed {0} and we ran into error: {1}")]
|
||||
#[error("Parse error: So far we parsed\n\n{0}\n\nand we ran into error: {1}")]
|
||||
ParseError(String, anyhow::Error),
|
||||
#[error(transparent)]
|
||||
Custom(#[from] anyhow::Error),
|
||||
|
|
Loading…
Reference in New Issue