Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 13, 2023
1 parent da9acd9 commit dd57092
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/turbopack-ecmascript/src/analyzer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ impl Display for ConstantString {
}
}

impl From<JsWord> for ConstantString {
fn from(v: JsWord) -> Self {
ConstantString::Word(v)
}
}

impl From<Atom> for ConstantString {
fn from(v: Atom) -> Self {
ConstantString::Atom(v)
Expand Down

0 comments on commit dd57092

Please sign in to comment.