Skip to content

Commit

Permalink
Removed debugging leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Feb 7, 2022
1 parent 6807ff8 commit 12283eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/src/syntax/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mod operator;
mod regex;
mod spread;
mod string;
pub mod template;
mod template;
pub mod token;

#[cfg(test)]
Expand Down

0 comments on commit 12283eb

Please sign in to comment.