Skip to content

Commit a67a13d

Browse files
committed
Fix lint
1 parent fee97f8 commit a67a13d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

libs/css/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pub mod utils;
1414
use std::collections::BTreeMap;
1515
use std::hash::{DefaultHasher, Hash, Hasher};
1616

17-
1817
use crate::class_map::GLOBAL_CLASS_MAP;
1918
use crate::constant::{
2019
COLOR_HASH, F_SPACE_RE, GLOBAL_ENUM_STYLE_PROPERTY, GLOBAL_STYLE_PROPERTY, ZERO_RE,

libs/extractor/src/extractor/extract_style_from_expression.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
use crate::{
32
ExtractStyleProp,
43
css_utils::css_to_style,

libs/extractor/src/extractor/extract_style_from_member_expression.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ use crate::{
44
ExtractResult,
55
extract_style_from_expression::{dynamic_style, extract_style_from_expression},
66
},
7-
utils::{
8-
get_number_by_literal_expression, get_string_by_literal_expression,
9-
},
7+
utils::{get_number_by_literal_expression, get_string_by_literal_expression},
108
};
119
use css::style_selector::StyleSelector;
1210
use oxc_allocator::CloneIn;

0 commit comments

Comments
 (0)