clippy vec_init_then_push allow

This commit is contained in:
collin 2021-03-25 15:27:19 -07:00
parent b5f80c925c
commit 539642c943

View File

@ -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::*;