mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 01:58:51 -04:00
Remove extra space
This commit is contained in:
@@ -327,7 +327,7 @@ use `s1` after `s2` is created:
|
||||
let s1 = String::from("hello");
|
||||
let s2 = s1;
|
||||
|
||||
println!("{}, world! ", s1);
|
||||
println!("{}, world!", s1);
|
||||
```
|
||||
|
||||
You’ll get an error like this because Rust prevents you from using the
|
||||
|
||||
Reference in New Issue
Block a user