mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
ignore clippy::upper_case_acroynms in pest grammar crate
This commit is contained in:
parent
99deb093f8
commit
4f4d0d051d
@ -20,7 +20,7 @@
|
||||
//! The [`Grammar`] type is the datatype generated by the pest parser using grammar from `leo.pest`.
|
||||
//! The [`Grammar`] type is intended to be parsed into a [`Ast`]. It should not be parsed by
|
||||
//! any other pass of the compiler.
|
||||
|
||||
#![allow(clippy::upper_case_acronyms)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[macro_use]
|
||||
|
Loading…
Reference in New Issue
Block a user