We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecd247 commit 8b5f2d7Copy full SHA for 8b5f2d7
tests/test_expr.rs
@@ -1,6 +1,7 @@
1
#![allow(clippy::iter_cloned_collect, clippy::uninlined_format_args)]
2
3
use core::fmt::Display;
4
+#[cfg(feature = "std")]
5
use std::path::PathBuf;
6
use thiserror::Error;
7
0 commit comments