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 aa309aa commit 60386ffCopy full SHA for 60386ff
src/items/static-items.md
@@ -12,7 +12,7 @@ other lifetimes in a Rust program. Non-`mut` static items that contain a type
12
that is not [interior mutable] may be placed in read-only memory. Static items
13
do not call [`drop`] at the end of the program.
14
15
-All access to a static is safe, but there are a number of restrictions on
+All access to an immutable static is safe, but there are a number of restrictions on
16
statics:
17
18
* The type must have the `Sync` trait bound to allow thread-safe access.
0 commit comments