Skip to content

Commit

Permalink
add comment to build.rs that it isn't released
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jan 4, 2025
1 parent 3da79b0 commit 33ce698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! WARNING - This file is not part of the release
//!
//! We only use this file to emit `cfg(nightly)` which
//! is only necessary for benchmarks.
fn main() {
let version_meta = rustc_version::version_meta().unwrap();
// Enable "nightly" cfg if the current compiler is nightly.
Expand Down

0 comments on commit 33ce698

Please sign in to comment.