From f2fb17e65e8681e22a0aa76e5ee6d62da329897e Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 2 Oct 2023 03:49:40 +0100 Subject: [PATCH] Mute warnings --- test-crates/protobuf-parse-error-test/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-crates/protobuf-parse-error-test/src/lib.rs b/test-crates/protobuf-parse-error-test/src/lib.rs index 9dc9db6c3..4a224807d 100644 --- a/test-crates/protobuf-parse-error-test/src/lib.rs +++ b/test-crates/protobuf-parse-error-test/src/lib.rs @@ -1,3 +1,5 @@ +#![cfg(test)] + use std::fs; use protobuf_parse::Parser;