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"])