Skip to content

Commit 33ce698

Browse files
committed
add comment to build.rs that it isn't released
1 parent 3da79b0 commit 33ce698

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! WARNING - This file is not part of the release
2+
//!
3+
//! We only use this file to emit `cfg(nightly)` which
4+
//! is only necessary for benchmarks.
5+
16
fn main() {
27
let version_meta = rustc_version::version_meta().unwrap();
38
// Enable "nightly" cfg if the current compiler is nightly.

0 commit comments

Comments
 (0)