Fix builds.

This commit is contained in:
Stephen Chung
2021-04-04 15:06:13 +08:00
parent e6c878edf3
commit 20aaf1826a
7 changed files with 25 additions and 22 deletions

View File

@@ -1056,7 +1056,6 @@ fn parse_primary(
}
}
println!("Interpolated string: {:?}", segments);
Expr::InterpolatedString(Box::new(segments))
}