Преглед на файлове

Merge #140

140: Compatible with cargo --remap-path-prefix r=cuviper a=dingelish

Fixes #139.

Co-authored-by: Yu Ding <[email protected]>
bors[bot] преди 5 години
родител
ревизия
da66427906
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -10,5 +10,5 @@ fn main() {
         panic!("i128 support was not detected!");
     }
 
-    autocfg::rerun_path(file!());
+    autocfg::rerun_path("build.rs");
 }