diff options
| author | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-10 12:45:12 +0100 |
|---|---|---|
| committer | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-15 21:32:01 +0100 |
| commit | 053e6c7c4ef1d692a0e540ac9e1b03c695ae8046 (patch) | |
| tree | e96928033936a1d151a22c62363642f135a73c88 | |
| parent | 4041c67e90fb6c6f621e3ada853f99874eb637cd (diff) | |
| download | rust-053e6c7c4ef1d692a0e540ac9e1b03c695ae8046.tar.gz rust-053e6c7c4ef1d692a0e540ac9e1b03c695ae8046.zip | |
cargo xtask tidy
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/contributing/lsp-extensions.md | 2 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/xtask/src/tidy.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/contributing/lsp-extensions.md b/src/tools/rust-analyzer/docs/book/src/contributing/lsp-extensions.md index 14a3fd1ebd1..16217a7aa9e 100644 --- a/src/tools/rust-analyzer/docs/book/src/contributing/lsp-extensions.md +++ b/src/tools/rust-analyzer/docs/book/src/contributing/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp/ext.rs hash: af70cce5d6905e39 +lsp/ext.rs hash: 3549077514b37437 If you need to change the above hash to make the test pass, please check if you need to adjust this doc as well and ping this issue: diff --git a/src/tools/rust-analyzer/xtask/src/tidy.rs b/src/tools/rust-analyzer/xtask/src/tidy.rs index edce84a9d47..bf51760de17 100644 --- a/src/tools/rust-analyzer/xtask/src/tidy.rs +++ b/src/tools/rust-analyzer/xtask/src/tidy.rs @@ -46,7 +46,7 @@ lsp/ext.rs was changed without touching lsp-extensions.md. Expected hash: {expected_hash:x} Actual hash: {actual_hash:x} -Please adjust docs/dev/lsp-extensions.md. +Please adjust docs/book/src/contributing/lsp-extensions.md. " ) } |
