Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Nov 29, 2024
1 parent 927437a commit 816e38a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl<'a> CatalogsWithExtra<'a> {
}

#[cfg(feature = "wasm")]
impl<'a> super::SerializeModel<wasm_bindgen::JsValue> for CatalogsWithExtra<'a> {
impl super::SerializeModel<wasm_bindgen::JsValue> for CatalogsWithExtra<'_> {
type Error = serde_json::Error;

fn serialize_model(&self) -> Result<wasm_bindgen::JsValue, Self::Error> {
Expand Down

0 comments on commit 816e38a

Please sign in to comment.