"Generate Deref
impl" should abbreviate std::ops::Deref
if already in scope
#12265
Labels
Deref
impl" should abbreviate std::ops::Deref
if already in scope
#12265
Applying the "Generate
Deref
impl usingtarget
" assist generates this:The
std::ops::Deref
is unnecessarily qualified here, justDeref
would be enough. We have code that can automatically do this, should just be a matter of calling that.The text was updated successfully, but these errors were encountered: