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 85534a9 commit 86cc801Copy full SHA for 86cc801
capstone-rs/src/error.rs
@@ -72,9 +72,7 @@ capstone_error_def!(
72
=> UnsupportedX86Masm = CS_ERR_X86_MASM;
73
);
74
75
-// Required until https://github.com/rust-lang/rust/issues/103765 is resolved
76
-#[cfg(feature = "std")]
77
-impl std::error::Error for Error {}
+impl core::error::Error for Error {}
78
79
pub type CsResult<T> = result::Result<T, Error>;
80
0 commit comments