Skip to content

Commit

Permalink
will you be happy now, clippy?
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Aug 14, 2022
1 parent ec4f599 commit dfd2082
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 @@ -145,7 +145,7 @@ impl Attributes {
Some(old) => old != new,
None => true,
} {
Self::set(&el, k, new.0, new.1);
Self::set(el, k, new.0, new.1);
}
}

Expand Down

0 comments on commit dfd2082

Please sign in to comment.