Skip to content

Commit 387c13b

Browse files
committed
Remove unnecessary mut
1 parent cf8d7c2 commit 387c13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn update_clipping(
5656
Has<IgnoreParentClip>,
5757
)>,
5858
entity: Entity,
59-
mut maybe_grandparent_inherited_clip: Option<Rect>,
59+
maybe_grandparent_inherited_clip: Option<Rect>,
6060
mut maybe_inherited_clip: Option<Rect>,
6161
) {
6262
let Ok((

0 commit comments

Comments
 (0)