1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 14:17:34 +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

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).