Merge pull request #2027 from yerke/patch-2

Fix formatting in strings4.rs
This commit is contained in:
Mo
2024-07-06 22:22:27 +02:00
committed by GitHub
co-authored by GitHub
+1
View File
@@ -4,6 +4,7 @@ fn placeholder() {}
fn string_slice(arg: &str) {
println!("{arg}");
}
fn string(arg: String) {
println!("{arg}");
}