Skip to content

Commit

Permalink
Merge pull request #348 from jannik4/patch-1
Browse files Browse the repository at this point in the history
Fix logos_path in generated code
  • Loading branch information
jeertmans authored Nov 6, 2023
2 parents 368dd96 + 458b045 commit 3abd88b
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 @@ -227,7 +227,7 @@ pub fn generate(input: TokenStream) -> TokenStream {

type Source = #source;

fn lex(lex: &mut ::logos::Lexer<'s, Self>) {
fn lex(lex: &mut #logos_path::Lexer<'s, Self>) {
#body
}
}
Expand Down

0 comments on commit 3abd88b

Please sign in to comment.