We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ebdaca + 1d0b6c1 commit e94e24aCopy full SHA for e94e24a
src/what-unsafe-does.md
@@ -5,7 +5,7 @@ The only things that are different in Unsafe Rust are that you can:
5
* Dereference raw pointers
6
* Call `unsafe` functions (including C functions, compiler intrinsics, and the raw allocator)
7
* Implement `unsafe` traits
8
-* Mutate statics
+* Access or modify mutable statics
9
* Access fields of `union`s
10
11
That's it. The reason these operations are relegated to Unsafe is that misusing
0 commit comments