Change name of debug options struct

This commit is contained in:
greg
2018-07-15 15:01:50 -07:00
parent 82502ad0ad
commit 4ca57e4aea
3 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ pub struct ParseError {
impl ParseError {
fn new<T>(msg: &str) -> ParseResult<T> {
Err(ParseError {
Err(ParseError {
msg: msg.to_string(),
token: None
})