We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0f21c commit 253fa23Copy full SHA for 253fa23
crates/numcodecs-wasm-host/src/error.rs
@@ -15,7 +15,7 @@ pub struct RuntimeError(#[from] anyhow::Error);
15
/// erased.
16
pub struct CodecError {
17
msg: Arc<str>,
18
- source: Option<Box<CodecError>>,
+ source: Option<Box<Self>>,
19
}
20
21
impl CodecError {
0 commit comments