Skip to content

Commit f1bd507

Browse files
committed
Rm to_string
1 parent b3317ee commit f1bd507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/extractor/src/style_extractor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pub fn extract_style_from_expression<'a>(
275275
&if let Some(selector) = selector {
276276
name.replace("&", &selector.to_string())
277277
} else {
278-
name.to_string()
278+
name
279279
}
280280
.as_str()
281281
.into(),

0 commit comments

Comments
 (0)