POIIOD4LOKMGM3FVYXEKYP7B4HQ54SVVH67JZWY7UIVLBXJWOTNAC
VDFODD2FXIZGSSAH63WL56JGHDZQLVOZXOAAWQ3KKHXH66UCKMAAC
6ZJX2OQV5MYICMONYVYP55DUKORJ3KPLIN7LHAYLXY7ZB7SZE7TAC
token_str.to_string()
token_str.to_string(), Line::new(line),
token_str.to_string(),
Line::new(line),
IncompleteCommentOrKey(String),
IncompleteCommentOrKey(String, Line),
ErrorKind::IncompleteCommentOrKey(_) => None,
ErrorKind::IncompleteCommentOrKey(_, _) => None,
ErrorKind::IncompleteCommentOrKey(token) => { write!(f, "\"{}\" is an incomplete comment or key", token)
ErrorKind::IncompleteCommentOrKey(token) => {
write!(f, "\"{}\" is an incomplete comment or key", token)
ErrorKind::IncompleteCommentOrKey(token, line) => { write!( f, "\"{}\" at line {} is an incomplete comment or key.", token, line, )
ErrorKind::IncompleteCommentOrKey(token, line) => {
write!(
f,
"\"{}\" at line {} is an incomplete comment or key.",
token,
line,
)