Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Sep 2, 2024
1 parent 0b21e9d commit e710f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use_web_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ where
#[cfg(not(feature = "ssr"))]
{
use crate::js_fut;
use leptos::window;
use leptos::prelude::window;
use std::sync::{Arc, Mutex};
use wasm_bindgen::closure::Closure;
use wasm_bindgen::JsCast;
Expand Down

0 comments on commit e710f17

Please sign in to comment.