mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-30 22:42:02 +00:00
Merge pull request #49 from kolloch/patch-1
Rename the probe rust file to probe.rs
This commit is contained in:
commit
1a7c075a7e
2
build.rs
2
build.rs
@ -44,7 +44,7 @@ fn main() {
|
||||
fn compile_probe() -> Option<ExitStatus> {
|
||||
let rustc = env::var_os("RUSTC")?;
|
||||
let out_dir = env::var_os("OUT_DIR")?;
|
||||
let probefile = Path::new(&out_dir).join("lib.rs");
|
||||
let probefile = Path::new(&out_dir).join("probe.rs");
|
||||
fs::write(&probefile, PROBE).ok()?;
|
||||
Command::new(rustc)
|
||||
.arg("--edition=2018")
|
||||
|
Loading…
x
Reference in New Issue
Block a user