Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b4e0a

Browse files
authored
Add missing use statement
1 parent f929893 commit e3b4e0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autobuilder/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::env;
2+
use std::path::PathBuf;
23
use std::process::Command;
34

45
fn main() -> std::io::Result<()> {

0 commit comments

Comments
 (0)