diff --git a/src/basic-syntax/static-and-const.md b/src/basic-syntax/static-and-const.md index 3e90e910..470f506e 100644 --- a/src/basic-syntax/static-and-const.md +++ b/src/basic-syntax/static-and-const.md @@ -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. + +[1]: https://rust-lang.github.io/rfcs/0246-const-vs-static.html