mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
Follow clippy warnings
This commit is contained in:
parent
9783813ae0
commit
d956c3f61d
34 changed files with 448 additions and 450 deletions
|
@ -1,5 +1,6 @@
|
|||
//! Implements `Parser` for Erg. `Parser` parses the source code to generate `AST`,
|
||||
//! and performs type checking and other optimizations if necessary.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
extern crate erg_common;
|
||||
|
||||
pub mod ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue