Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Fischman committed Oct 28, 2024
1 parent a99bb3d commit b7ff562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ fn string(ctx: &Context) -> Res<String> {

let s = span.string();
let s = &s[1..s.len() - 1];
// s.replace("\"\"", "\""); // TODO: remove if not needed
Ok((s.to_string(), span, next))
}

Expand Down

0 comments on commit b7ff562

Please sign in to comment.