Fix a newline that should have been hidden

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-19 13:18:58 -04:00
parent 2e76ef730b
commit 2b87c56f35

View File

@ -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");