1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-21 22:49:44 +02:00

Update static-and-const.md

This commit is contained in:
MaschitaG 2023-01-02 10:25:39 +01:00 committed by GitHub
parent 1c1c3d38d8
commit b2ae19b5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ fn main() {
}
```
We will look at mutating static data in the chapter on Unsafe Rust.
We will look at mutating static data in the [chapter on Unsafe Rust](../unsafe.md).