Skip to content

Commit f50bb75

Browse files
committed
unix only import behind cfg flag
1 parent d0e541f commit f50bb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-util/src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Contains the crate error type
22
3+
#[cfg(unix)]
34
use crate::task_executor::ModeBits;
45
use std::path::PathBuf;
56
use thiserror::Error;

0 commit comments

Comments
 (0)