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

Commit e5eff8d

Browse files
chore(deps): update rust crate quote to v1.0.44 (#684)
* chore(deps): update rust crate quote to v1.0.44 * fix: resolve Clippy issue --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniëlle Huisman <danielle@huisman.me>
1 parent bfc109e commit e5eff8d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)