From 8a40e78227f39b0bb49c4ea53bf028faa806c2e0 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Sat, 20 Jan 2024 14:08:17 +0100 Subject: [PATCH] Run test derive_protobuf_eq only if with feature flag protobuf --- tests/derive_protobuf_eq.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/derive_protobuf_eq.rs b/tests/derive_protobuf_eq.rs index 980055c2..3b9547b7 100644 --- a/tests/derive_protobuf_eq.rs +++ b/tests/derive_protobuf_eq.rs @@ -1,4 +1,5 @@ #![recursion_limit = "512"] +#![cfg(feature = "protobuf")] use asn1rs::prelude::*;