mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-01 22:36:52 +03:00
clippy vec_init_then_push allow
This commit is contained in:
parent
b5f80c925c
commit
539642c943
@ -19,6 +19,7 @@
|
||||
//! This module contains the [`parse()`] method which calls the underlying [`tokenize()`]
|
||||
//! method to create a new program ast.
|
||||
|
||||
#[allow(clippy::vec_init_then_push)]
|
||||
mod context;
|
||||
use context::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user