Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 17, 2024
1 parent 157b72c commit 771b5fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions leptos/src/callback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,9 @@ impl<In: 'static, Out: 'static> Callback<In, Out> {

#[cfg(test)]
mod tests {
use reactive_graph::traits::Dispose;

use crate::callback::{Callback, UnsyncCallback};

use super::Callable;
use crate::callback::{Callback, UnsyncCallback};
use reactive_graph::traits::Dispose;

struct NoClone {}

Expand Down

0 comments on commit 771b5fe

Please sign in to comment.