We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b54871 commit 8794844Copy full SHA for 8794844
build.rs
@@ -3,6 +3,8 @@ use std::process::Command;
3
use std::str::{self, FromStr};
4
5
fn main() {
6
+ println!("cargo:rerun-if-changed=build.rs");
7
+
8
// Decide ideal limb width for arithmetic in the float parser. Refer to
9
// src/lexical/math.rs for where this has an effect.
10
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
0 commit comments