Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakis
Fixes #30819
This commit is contained in:
commit
07aaca3a07
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ unsafe impl Scary for i32 {}
|
|||
```
|
||||
|
||||
It’s important to be able to explicitly delineate code that may have bugs that
|
||||
cause big problems. If a Rust program segfaults, you can be sure it’s somewhere
|
||||
in the sections marked `unsafe`.
|
||||
cause big problems. If a Rust program segfaults, you can be sure the cause is
|
||||
related to something marked `unsafe`.
|
||||
|
||||
# What does ‘safe’ mean?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue