We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64d041 commit 22d017eCopy full SHA for 22d017e
build.rs
@@ -3,7 +3,7 @@ use std::process::Command;
3
use std::str;
4
5
fn main() {
6
- println!("cargo:rerun-if-env-changed=DOCS_RS");
+ println!("cargo:rerun-if-changed=build.rs");
7
8
let compiler = match rustc_minor_version() {
9
Some(compiler) => compiler,
0 commit comments