Skip to content

Commit 25cec1d

Browse files
committed
add PathBuf import
1 parent 436a333 commit 25cec1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-make/issue-11908/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use run_make_support::{rustc, dynamic_lib, tmp_dir};
1515
use std::fs;
16+
use std::path::PathBuf;
1617

1718
fn main() {
1819
let mut tmp_dir_other = tmp_dir();

0 commit comments

Comments
 (0)