Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Mar 2, 2024
1 parent 2616563 commit 19b615f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leptos/src/suspense_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ where
prev_no_hydrate,
);

#[allow(clippy::let_and_return)]
rendered
}
},
Expand Down Expand Up @@ -245,6 +246,7 @@ where
prev_no_hydrate,
);

#[allow(clippy::let_and_return)]
rendered
}
},
Expand Down

0 comments on commit 19b615f

Please sign in to comment.