Skip to content

Commit c5e36e8

Browse files
committed
Ignore clippy warnings in lalrpop generated code
1 parent 803a823 commit c5e36e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parser/src/python.lalrpop

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// See also: file:///usr/share/doc/python/html/reference/grammar.html?highlight=grammar
2+
#![allow(unknown_lints,clippy)]
3+
24
use super::ast;
35
use super::lexer;
46
use std::iter::FromIterator;

0 commit comments

Comments
 (0)