Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 4e121dd

Browse files
fix: resolve Clippy issue
1 parent 1a0c98a commit 4e121dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/primitives/yew/collection/src/collection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ where
188188
},
189189
);
190190

191-
#[expect(clippy::let_and_return)]
191+
#[allow(clippy::let_and_return)]
192192
get_items
193193
}

0 commit comments

Comments
 (0)