Skip to content

Commit 364f560

Browse files
authored
fix: remove metacomment from string literal
Fixes rust-in-action#32
1 parent c311709 commit 364f560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch1/ch1-penguins/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fn main() { // <1>
2-
let penguin_data = "\ // <2>
1+
fn main() { // <1> <2>
2+
let penguin_data = "\
33
common name,length (cm)
44
Little penguin,33
55
Yellow-eyed penguin,65

0 commit comments

Comments
 (0)