From 24cf869da520b26396f97287e7a89bbfa0f73b1a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 9 Aug 2021 18:02:57 -0500 Subject: [PATCH] hellosu --- proto-common/src/rule.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/proto-common/src/rule.rs b/proto-common/src/rule.rs index be0566b..8da01b8 100644 --- a/proto-common/src/rule.rs +++ b/proto-common/src/rule.rs @@ -1,3 +1,4 @@ +#[allow(unused_imports)] use crate::{Bytes, VResult}; /// Defines a new parser rule that operates on [`Bytes`] and produces a [`VResult`].