Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit c829cc9

Browse files
committed
Clean up
1 parent 99b7b2f commit c829cc9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

compiler/src/resolver.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ pub struct Resolver {
4949
initial_graph_version: Option<String>,
5050
}
5151

52-
#[derive(Clone, Debug, Eq, PartialEq, Serialize)]
53-
#[serde(rename_all = "camelCase")]
54-
pub struct InlineStyle {
55-
pub r#type: String,
56-
pub quasis: Vec<String>,
57-
pub exprs: Vec<String>,
58-
}
59-
6052
impl Resolver {
6153
pub fn new(
6254
specifier: &str,

0 commit comments

Comments
 (0)