From 3dd03bbd654b680146a5e90ac2a7ea310737bdbc Mon Sep 17 00:00:00 2001 From: Fabian Bornhofen Date: Thu, 12 Jan 2023 12:33:03 +0100 Subject: [PATCH] Re-add link that is still in use --- src/basic-syntax/static-and-const.md | 2 ++ 1 file changed, 2 insertions(+) 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