We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e541f commit f50bb75Copy full SHA for f50bb75
tmc-langs-util/src/error.rs
@@ -1,5 +1,6 @@
1
//! Contains the crate error type
2
3
+#[cfg(unix)]
4
use crate::task_executor::ModeBits;
5
use std::path::PathBuf;
6
use thiserror::Error;
0 commit comments