Skip to content

Commit 253fa23

Browse files
committed
Fix clippy lints
1 parent 6e0f21c commit 253fa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/numcodecs-wasm-host/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct RuntimeError(#[from] anyhow::Error);
1515
/// erased.
1616
pub struct CodecError {
1717
msg: Arc<str>,
18-
source: Option<Box<CodecError>>,
18+
source: Option<Box<Self>>,
1919
}
2020

2121
impl CodecError {

0 commit comments

Comments
 (0)