Skip to content

Commit

Permalink
Remove those for now as they are for nightly 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Jan 5, 2025
1 parent 880a90e commit 49084d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rpi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,5 @@ fn main(){
let rpi_version = std::env::var(config::RPI_ENV_VAR_NAME)
.expect(std::format!("{} env must be set", config::RPI_ENV_VAR_NAME).as_str());
println!("cargo:rustc-cfg=rpi=\"{}\"", rpi_version);

// Silent warnings for this cfg
println!("cargo:rustc-check-cfg=cfg(rpi, values(\"4\", \"2\"))");
}

// Silent warnings for this cfg
println!("cargo:rustc-check-cfg=cfg(rpi)");
}

0 comments on commit 49084d4

Please sign in to comment.