Skip to content

Commit

Permalink
Remove build.rs note about non-public rustc-cfg strings
Browse files Browse the repository at this point in the history
The build.rs is no longer even published to crates.io, so of course the
cfgs aren't public.
  • Loading branch information
dtolnay committed May 14, 2024
1 parent a317be1 commit 4edbb8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use std::ffi::OsString;
use std::iter;
use std::process::{self, Command, Stdio};

// The rustc-cfg strings below are *not* public API. Please let us know by
// opening a GitHub issue if your build environment requires some way to enable
// these cfgs other than by executing our build script.
fn main() {
println!("cargo:rerun-if-changed=build.rs");

Expand Down

0 comments on commit 4edbb8d

Please sign in to comment.