mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Follow clippy warnings
This commit is contained in:
parent
9783813ae0
commit
d956c3f61d
34 changed files with 448 additions and 450 deletions
|
@ -1,4 +1,5 @@
|
|||
//! defines the compiler for Erg (ergc).
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
extern crate erg_common;
|
||||
pub extern crate erg_parser;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue