Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Apr 12, 2022
1 parent d621406 commit 6139274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/dom_bundle/btag/attributes.rs
Expand Up @@ -84,7 +84,7 @@ impl Apply for InputFields {

impl Attributes {
#[cold]
fn apply_diff_index_maps<'a>(
fn apply_diff_index_maps(
el: &Element,
new: &IndexMap<AttrValue, AttrValue>,
old: &IndexMap<AttrValue, AttrValue>,
Expand Down

0 comments on commit 6139274

Please sign in to comment.