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.
2 parents 93f9ea4 + 665bb1e commit 04d06dfCopy full SHA for 04d06df
src/ch20-01-unsafe-rust.md
@@ -400,8 +400,7 @@ value.
400
</Listing>
401
402
Static variables are similar to constants, which we discussed in the
403
-[“Differences Between Variables and
404
-Constants”][differences-between-variables-and-constants]<!-- ignore --> section
+[“Constants”][differences-between-variables-and-constants]<!-- ignore --> section
405
in Chapter 3. The names of static variables are in `SCREAMING_SNAKE_CASE` by
406
convention. Static variables can only store references with the `'static`
407
lifetime, which means the Rust compiler can figure out the lifetime and we
0 commit comments