This commit is contained in:
Michael Zhang 2021-08-09 18:02:57 -05:00
parent bbc64fde3b
commit 24cf869da5
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,3 +1,4 @@
#[allow(unused_imports)]
use crate::{Bytes, VResult};
/// Defines a new parser rule that operates on [`Bytes`] and produces a [`VResult`].