Skip to content

Commit

Permalink
refactor: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 16, 2022
1 parent 3a29610 commit 97bb06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_css_prefixer/src/prefixer.rs
Expand Up @@ -1594,7 +1594,7 @@ impl VisitMut for Prefixer {
}};
}

let property_name: &str = &*name;
let property_name: &str = name;

match property_name {
"appearance" => {
Expand Down

0 comments on commit 97bb06f

Please sign in to comment.