Skip to content

Commit ce00cbd

Browse files
committed
Fix lint
1 parent e6a3bdc commit ce00cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/css/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ mod tests {
613613
fn test_set_class_map() {
614614
let mut map = HashMap::new();
615615
map.insert("".to_string(), HashMap::new());
616-
map.get_mut(&"".to_string())
616+
map.get_mut("")
617617
.unwrap()
618618
.insert("background-0-rgba(255,0,0,0.5)-".to_string(), 1);
619619
set_class_map(map);

0 commit comments

Comments
 (0)