Skip to content

Commit

Permalink
chore(lint): run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Feb 20, 2024
1 parent f2f0c95 commit 9d48cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logos-codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ pub fn generate(input: TokenStream) -> TokenStream {
break;
}
}

debug!("Checking if any two tokens have the same priority");

for &DisambiguationError(a, b) in graph.errors() {
Expand Down

0 comments on commit 9d48cf0

Please sign in to comment.