We don't need to use \" inside a """ """

This commit is contained in:
jesopo 2018-10-08 12:49:36 +01:00
parent b462ac265e
commit 19ffcacd4d

View file

@ -4,7 +4,7 @@ from src import ModuleManager, utils
EVAL_URL = "https://play.rust-lang.org/execute"
FN_TEMPLATE = """
fn main() {
println!(\"{:?}\", {
println!("{:?}", {
%s
});
}