Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Sep 30, 2023
1 parent a7fd660 commit ea8b6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/dom_bundle/blist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl VList {

let children = self
.children
.map(|children| RcExt::unwrap_or_clone(children))
.map(RcExt::unwrap_or_clone)
.unwrap_or_default();

(self.key, fully_keyed, children)
Expand Down

0 comments on commit ea8b6a7

Please sign in to comment.