Skip to content

Commit 9fbb92a

Browse files
bors[bot]dingelish
andauthored
67: Compatible with cargo --remap-path-prefix r=cuviper a=dingelish As discussed in [num-traits issue 139](rust-num/num-traits#139). Co-authored-by: Yu Ding <dingelish@gmail.com>
2 parents b359fc7 + 2b39658 commit 9fbb92a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ fn main() {
1616
autocfg::emit("has_const_fn");
1717
}
1818

19-
autocfg::rerun_path(file!());
19+
autocfg::rerun_path("build.rs");
2020
}

0 commit comments

Comments
 (0)