1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-04 11:39:42 +02:00

Re-add link that is still in use

This commit is contained in:
Fabian Bornhofen 2023-01-12 12:33:03 +01:00
parent 92dafcb676
commit 3dd03bbd65

View File

@ -50,3 +50,5 @@ We will look at mutating static data in the [chapter on Unsafe Rust](../unsafe.m
* It isn't super common that one would need a runtime evaluated constant, but it is helpful and safer than using a static.
</details>
[1]: https://rust-lang.github.io/rfcs/0246-const-vs-static.html