mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-25 00:18:46 +08:00
Fix a newline that should have been hidden
This commit is contained in:
parent
2e76ef730b
commit
2b87c56f35
@ -92,7 +92,7 @@ Filename: src/main.rs
|
|||||||
#
|
#
|
||||||
# s.len()
|
# s.len()
|
||||||
# }
|
# }
|
||||||
|
#
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut s = String::from("hello world");
|
let mut s = String::from("hello world");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user