]> git.lizzy.rs Git - rust.git/commit
Merge #7958
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 10 Mar 2021 15:07:46 +0000 (15:07 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 15:07:46 +0000 (15:07 +0000)
commit83280ea5746451f4580e6c32ba8a82be972cb786
treead5569e2b6ccc2bf00ef0fb3aabedb6282505895
parent9dc13408f954719ae0b06d778ce6338bfcd5a63d
parent3af69b535992203c2582433d968eed22a7e7fe69
Merge #7958

7958: Avoid double text edits when renaming mod declaration r=matklad a=Veykril

Closes https://github.com/rust-analyzer/rust-analyzer/issues/7916

See https://github.com/microsoft/vscode-languageserver-node/issues/752 for context

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>