Update ch19-01-unsafe-rust.md

This commit is contained in:
Zheng Ping 2017-06-28 11:44:34 +08:00 committed by GitHub
parent 26cc8f1398
commit a025a50a09

View File

@ -1,4 +1,4 @@
## Unsafe Rust
## 不安全的Rust
In all of the previous chapters in this book, we've been discussing code
written in Rust that has memory safety guarantees enforced at compile time.