1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-12 05:24:12 +02:00

Merge pull request #162 from fbornhofen/speaker-notes-2

Re-add link that is still in use
This commit is contained in:
Martin Geisler 2023-01-12 14:31:20 +01:00 committed by GitHub
commit 39693b929b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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