Conversation

Rust should have conventions for when to use `Self` vs when to spell out the concrete type. Its probably the most common thing for making me stumble when reading code.
7
59
There is no such configuration yet, but given that there is no proper convention on when to use either, adding such a config for assists sounds reasonable to me(infact r-a uses either at random currently I believe)
2