From a598ead624308f12ba7a6ab13ec3864ee48308a5 Mon Sep 17 00:00:00 2001 From: Louis <836250617@qq.com> Date: Sun, 3 Mar 2024 21:28:37 +0800 Subject: [PATCH] build --- fav_core/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fav_core/build.rs b/fav_core/build.rs index 397b743..2865192 100644 --- a/fav_core/build.rs +++ b/fav_core/build.rs @@ -9,7 +9,6 @@ fn main() -> Result<(), Box> { Channel::Dev => "CHANNEL_DEV", }; println!("cargo:rustc-cfg={}", channel); - #[cfg(test)] protobuf_codegen::Codegen::new() .pure() .includes(["proto"])