Skip to content

Commit 4044f5b

Browse files
committed
Add missing import on Windows.
1 parent fd08cff commit 4044f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ mod unix {
648648
mod noop {
649649
use std::path::{PathBuf, StripPrefixError};
650650
use serde::{Deserialize, Serialize};
651-
use crate::config::ConfigFile;
651+
use crate::config::{ConfigFile, ConfigPath};
652652
use crate::error::Failed;
653653

654654

0 commit comments

Comments
 (0)