mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
Merge pull request #2027 from yerke/patch-2
Fix formatting in strings4.rs
This commit is contained in:
commit
48697b8225
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ fn placeholder() {}
|
|||
fn string_slice(arg: &str) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
||||
fn string(arg: String) {
|
||||
println!("{arg}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue