diff options
| author | Benjamin Brienen <benjamin.brienen@outlook.com> | 2025-02-18 17:22:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 17:22:45 +0100 |
| commit | 176d3ff78c63024503901de595de3bd453faf553 (patch) | |
| tree | 7a23464dc1c3d117767135f61a318de9ebb9ad78 | |
| parent | 78b739060f75b43e22fcfe8d33d36953076c5ffc (diff) | |
| download | rust-176d3ff78c63024503901de595de3bd453faf553.tar.gz rust-176d3ff78c63024503901de595de3bd453faf553.zip | |
Fix dead link
| -rw-r--r-- | src/tools/rust-analyzer/xtask/src/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/xtask/src/tidy.rs b/src/tools/rust-analyzer/xtask/src/tidy.rs index fbc88e7acfb..b500b251ed3 100644 --- a/src/tools/rust-analyzer/xtask/src/tidy.rs +++ b/src/tools/rust-analyzer/xtask/src/tidy.rs @@ -186,7 +186,7 @@ Zlib OR Apache-2.0 OR MIT fn check_test_attrs(path: &Path, text: &str) { let panic_rule = - "https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/style.md#should_panic"; + "https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/style.md#should_panic"; let need_panic: &[&str] = &[ // This file. "slow-tests/tidy.rs", |
