Skip to content

Commit

Permalink
Merge pull request #317 from ehuss/fix-deprecated-safe-link
Browse files Browse the repository at this point in the history
Fix deprecated_safe_2024 link
  • Loading branch information
ehuss authored Aug 15, 2024
2 parents 241c323 + 1eba312 commit cb41a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-2024/newly-unsafe-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb41a09

Please sign in to comment.