rollup merge of #16716 : tshepang/temp

This commit is contained in:
Alex Crichton 2014-08-30 23:45:37 -07:00
commit 9fc29f1d2e
1 changed files with 1 additions and 1 deletions

View File

@ -5510,7 +5510,7 @@ Guide can help you if you want to write your own.
# Unsafe
Finally, there's one more concept that you should be aware in Rust: `unsafe`.
Finally, there's one more Rust concept that you should be aware of: `unsafe`.
There are two circumstances where Rust's safety provisions don't work well.
The first is when interfacing with C code, and the second is when building
certain kinds of abstractions.