mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-24 21:19:42 +00:00
update zh/String.md
This commit is contained in:
@ -134,7 +134,6 @@ fn main() {
|
||||
let v = vec![104, 101, 108, 108, 111];
|
||||
|
||||
// Turn a bytes vector into a String
|
||||
// We know these bytes are valid, so we'll use `unwrap()`.
|
||||
let s1 = __;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user