]> git.lizzy.rs Git - rust.git/commit
Merge #9553
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 10 Jul 2021 16:07:01 +0000 (16:07 +0000)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 16:07:01 +0000 (16:07 +0000)
commit2d7727fe31ac04c8680d0020a5d20e973d1d470b
tree6ac1e460f8fc28f2bc9fee75b42d323070c8902b
parent4337f5e456150a5c1a2fe62a02d2ef013fee9ee8
parent0796288ed22cc1091255092562fe9805bde61a4b
Merge #9553

9553: minor: Disambiguate replace with if let assist labels r=Veykril a=Veykril

Turns out we have two assists for replacing something with `if let` constructs, so having the cursor on a `let` keyword inside a match gave you two identical assist labels which is rather confusing.
bors r+

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