From ba6a03d6038f8c1e3973879bd23490a86539d2b1 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 5 Sep 2024 22:47:38 +0200 Subject: chore: update to rust 1.81, update wasm testsuite Signed-off-by: Henry Gressmann --- crates/parser/src/error.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/parser') diff --git a/crates/parser/src/error.rs b/crates/parser/src/error.rs index 7bd484f..9ff2f79 100644 --- a/crates/parser/src/error.rs +++ b/crates/parser/src/error.rs @@ -59,8 +59,7 @@ impl Display for ParseError { } } -#[cfg(any(feature = "std", all(not(feature = "std"), feature = "nightly")))] -impl crate::std::error::Error for ParseError {} +impl core::error::Error for ParseError {} impl From for ParseError { fn from(value: wasmparser::BinaryReaderError) -> Self { -- cgit v1.3.1