Skip to content

Commit c1795f4

Browse files
committed
fix: Remove conditional compilation of needed import
1 parent ff0f4e7 commit c1795f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Opaque pointers errors.
22
3-
#[cfg(all(feature = "std", feature = "c-types"))]
43
use std::str::Utf8Error;
54

65
/// Errors that can be detected by the functions of this crate.

0 commit comments

Comments
 (0)