diff --git a/libconlang/examples/identify_tokens.rs b/libconlang/examples/identify_tokens.rs index 3c9c9d0..1fc4e65 100644 --- a/libconlang/examples/identify_tokens.rs +++ b/libconlang/examples/identify_tokens.rs @@ -59,7 +59,7 @@ fn lex_tokens(file: &str, path: Option<&Path>) -> Result<(), Box> { fn print_token(t: conlang::token::Token) { println!( - "{:02}:{:02}: {:#19} │{:?}│", + "{:02}:{:02}: {:#19} │{}│", t.line(), t.col(), t.ty(),