Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Mar 3, 2024
1 parent 010e9a1 commit a598ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fav_core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Channel::Dev => "CHANNEL_DEV",
};
println!("cargo:rustc-cfg={}", channel);
#[cfg(test)]
protobuf_codegen::Codegen::new()
.pure()
.includes(["proto"])
Expand Down

0 comments on commit a598ead

Please sign in to comment.