We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803a823 commit c5e36e8Copy full SHA for c5e36e8
parser/src/python.lalrpop
@@ -1,4 +1,6 @@
1
// See also: file:///usr/share/doc/python/html/reference/grammar.html?highlight=grammar
2
+#![allow(unknown_lints,clippy)]
3
+
4
use super::ast;
5
use super::lexer;
6
use std::iter::FromIterator;
0 commit comments