"Generate Deref
impl" should also offer generating a DerefMut
impl
#12266
Labels
A-assists
C-feature
Category: feature request
S-actionable
Someone could pick this issue up and work on it right now
Here we're offering a "Generate
Deref
impl usingtarget
" assist. This currently only supports aDeref
impl though, not aDerefMut
impl that you might also want.It should either open a popup where it asks the user (like the "generate getter/setter" assist), or an assist should be offered on the
Deref
impl to generate an identical (except with&mut
instead of&
)DerefMut
impl.The text was updated successfully, but these errors were encountered: