We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b7390 + 176d3ff commit e6c1e6cCopy full SHA for e6c1e6c
src/tools/rust-analyzer/xtask/src/tidy.rs
@@ -186,7 +186,7 @@ Zlib OR Apache-2.0 OR MIT
186
187
fn check_test_attrs(path: &Path, text: &str) {
188
let panic_rule =
189
- "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";
190
let need_panic: &[&str] = &[
191
// This file.
192
"slow-tests/tidy.rs",
0 commit comments