Skip to content

Commit e6c1e6c

Browse files
authored
Merge pull request rust-lang#19176 from BenjaminBrienen/patch-3
Fix dead link
2 parents 78b7390 + 176d3ff commit e6c1e6c

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/xtask/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/xtask/src/tidy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Zlib OR Apache-2.0 OR MIT
186186

187187
fn check_test_attrs(path: &Path, text: &str) {
188188
let panic_rule =
189-
"https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/style.md#should_panic";
189+
"https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/style.md#should_panic";
190190
let need_panic: &[&str] = &[
191191
// This file.
192192
"slow-tests/tidy.rs",

0 commit comments

Comments
 (0)