Skip to content

Commit

Permalink
solved warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
riederm committed Dec 11, 2019
1 parent c636c79 commit e7836d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() {
println!("{:#?}", parse_result.unwrap().units[0].statements);
}

fn print_tokens(content: &str) {
fn _print_tokens(content: &str) {
let mut lexer = lexer::lex(content);

while lexer.token != lexer::Token::End && lexer.token != lexer::Token::Error {
Expand Down

0 comments on commit e7836d1

Please sign in to comment.