mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-15 00:04:58 +02:00
Merge pull request #2027 from yerke/patch-2
Fix formatting in strings4.rs
This commit is contained in:
@ -4,6 +4,7 @@ fn placeholder() {}
|
||||
fn string_slice(arg: &str) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
||||
fn string(arg: String) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user