Skip to content

Commit

Permalink
Placate clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Jan 10, 2024
1 parent ffc970b commit dc8fe9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nemo-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ enum WasmOrInternalNemoError {

#[wasm_bindgen]
#[derive(Debug)]
#[allow(dead_code)]
pub struct NemoError(WasmOrInternalNemoError);

#[wasm_bindgen]
Expand Down Expand Up @@ -118,6 +119,7 @@ impl BlobResourceProvider {
}

#[derive(Debug)]
#[allow(dead_code)]
struct BlobReadingError(JsValue);

impl std::fmt::Display for BlobReadingError {
Expand Down

0 comments on commit dc8fe9b

Please sign in to comment.