Unnamed repository; edit this file 'description' to name the repository.
cargo xtask tidy
| -rw-r--r-- | docs/book/src/contributing/lsp-extensions.md | 2 | ||||
| -rw-r--r-- | xtask/src/tidy.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/book/src/contributing/lsp-extensions.md b/docs/book/src/contributing/lsp-extensions.md index 14a3fd1ebd..16217a7aa9 100644 --- a/docs/book/src/contributing/lsp-extensions.md +++ b/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/xtask/src/tidy.rs b/xtask/src/tidy.rs index edce84a9d4..bf51760de1 100644 --- a/xtask/src/tidy.rs +++ b/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. " ) } |