8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d228cd3 commit eb2343fCopy full SHA for eb2343f
src/doc/book/unsafe.md
@@ -41,8 +41,8 @@ unsafe impl Scary for i32 {}
41
```
42
43
It’s important to be able to explicitly delineate code that may have bugs that
44
-cause big problems. If a Rust program segfaults, you can be sure it’s somewhere
45
-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`.
46
47
# What does ‘safe’ mean?
48
0 commit comments