Skip to content

Commit 22d017e

Browse files
committed
Build script no longer looks at $DOCS_RS
Since #254.
1 parent b64d041 commit 22d017e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::process::Command;
33
use std::str;
44

55
fn main() {
6-
println!("cargo:rerun-if-env-changed=DOCS_RS");
6+
println!("cargo:rerun-if-changed=build.rs");
77

88
let compiler = match rustc_minor_version() {
99
Some(compiler) => compiler,

0 commit comments

Comments
 (0)