Skip to content

Commit

Permalink
Build script no longer looks at $DOCS_RS
Browse files Browse the repository at this point in the history
Since #254.
  • Loading branch information
dtolnay committed Apr 11, 2024
1 parent b64d041 commit 22d017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::process::Command;
use std::str;

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

let compiler = match rustc_minor_version() {
Some(compiler) => compiler,
Expand Down

0 comments on commit 22d017e

Please sign in to comment.