Skip to content

Commit

Permalink
🚨 lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Mar 23, 2024
1 parent 5b20ed4 commit 63f3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ink/widget/implementation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ where
T: InkChildren,
{
fn by_index(&self, idx: usize) -> Option<Widget> {
self.orphans().get(idx).map(Clone::clone)
self.orphans().get(idx).cloned()
}
}

Expand Down

0 comments on commit 63f3d2f

Please sign in to comment.