From a025a50a099b0377a7c089ec2fd5cc4b0732949a Mon Sep 17 00:00:00 2001 From: Zheng Ping Date: Wed, 28 Jun 2017 11:44:34 +0800 Subject: [PATCH] Update ch19-01-unsafe-rust.md --- src/ch19-01-unsafe-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch19-01-unsafe-rust.md b/src/ch19-01-unsafe-rust.md index bd9b447..eaf700c 100644 --- a/src/ch19-01-unsafe-rust.md +++ b/src/ch19-01-unsafe-rust.md @@ -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.