diff options
| author | Peter Wischer <peter.wischer@lwl.org> | 2021-02-12 13:46:30 +0100 |
|---|---|---|
| committer | Peter Wischer <peter.wischer@lwl.org> | 2021-02-12 13:57:38 +0100 |
| commit | f18fc5a0aeb9c413ecdd99865e666d9228b31aac (patch) | |
| tree | 73ad755c388d26ad064cd72f5b00e4bc4c69e460 /docs/dev | |
| parent | e0fc2af1184bed5af0a74276c261c79f685fa5d7 (diff) | |
| download | rust-f18fc5a0aeb9c413ecdd99865e666d9228b31aac.tar.gz rust-f18fc5a0aeb9c413ecdd99865e666d9228b31aac.zip | |
fix nightly warning `legacy_derive_helpers`
see https://github.com/rust-lang/rust/issues/79202
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index b2defa737b5..2a966a96da9 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 7609fd6d7b4ab231 +lsp_ext.rs hash: 8f1ae8530f69e3a3 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: |
