Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/tidy.rs')
-rw-r--r--xtask/src/tidy.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs
index 59427d2999..edce84a9d4 100644
--- a/xtask/src/tidy.rs
+++ b/xtask/src/tidy.rs
@@ -184,8 +184,7 @@ Zlib
}
fn check_test_attrs(path: &Path, text: &str) {
- let panic_rule =
- "https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/style.md#should_panic";
+ let panic_rule = "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",