Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Oct 15, 2024
1 parent 94f5f7b commit 6c49f4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protobuf/build.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
use std::env;
use std::env::VarError;
use std::fs::File;
use std::io::Read;
use std::io::Write;
use std::path::Path;
use std::path::PathBuf;
use std::process;

fn cfg_serde() {
match env::var("CARGO_FEATURE_WITH_SERDE") {
Expand Down Expand Up @@ -52,7 +50,6 @@ fn write_version() {
}

fn main() {
cfg_rust_version();
cfg_serde();
write_version();
}

0 comments on commit 6c49f4e

Please sign in to comment.