mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-15 21:34:19 +00:00
Fix dead link
This commit is contained in:
parent
957d3450da
commit
e5484d9c73
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue