We don't need to use \" inside a """ """
This commit is contained in:
parent
b462ac265e
commit
19ffcacd4d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from src import ModuleManager, utils
|
||||||
EVAL_URL = "https://play.rust-lang.org/execute"
|
EVAL_URL = "https://play.rust-lang.org/execute"
|
||||||
FN_TEMPLATE = """
|
FN_TEMPLATE = """
|
||||||
fn main() {
|
fn main() {
|
||||||
println!(\"{:?}\", {
|
println!("{:?}", {
|
||||||
%s
|
%s
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue