diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-22 00:20:52 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-22 00:20:52 +0200 |
| commit | 919367200e482448d7511dc6eb6660cd61e76ef4 (patch) | |
| tree | 900c0b834c16190be4be4a92a83d49c202aefa7e /crates/parser/src | |
| parent | eb6f7c72789177ce1ce9c9aa0d5e7468507ff18d (diff) | |
chore: update deps
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/src')
| -rw-r--r-- | crates/parser/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/error.rs b/crates/parser/src/error.rs index 76d806d..c32e026 100644 --- a/crates/parser/src/error.rs +++ b/crates/parser/src/error.rs @@ -59,7 +59,7 @@ impl Display for ParseError { } } -#[cfg(any(feature = "std", all(not(feature = "std"), nightly)))] +#[cfg(any(feature = "std", all(not(feature = "std"), feature = "nightly")))] impl crate::std::error::Error for ParseError {} impl From<wasmparser::BinaryReaderError> for ParseError { |
