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 23, 2024
1 parent 698195f commit 03aa96c
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 03aa96c

Please sign in to comment.