From 1eba3120f5e7354d605b7cb96b4ecff9ee79f620 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 15 Aug 2024 08:17:56 -0700 Subject: [PATCH] Fix deprecated_safe_2024 link --- src/rust-2024/newly-unsafe-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2024/newly-unsafe-functions.md b/src/rust-2024/newly-unsafe-functions.md index 41e5bcc4..31569145 100644 --- a/src/rust-2024/newly-unsafe-functions.md +++ b/src/rust-2024/newly-unsafe-functions.md @@ -76,4 +76,4 @@ Alternatively, you can manually enable the lint to find places these functions a #![warn(deprecated_safe_2024)] ``` -[`deprecated_safe_2024`]: ../../rustc/lints/listing/allowed-by-default.html#deprecated-safe +[`deprecated_safe_2024`]: ../../rustc/lints/listing/allowed-by-default.html#deprecated-safe-2024