You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint group rust-2018-idioms enables elided-lifetimes-in-paths. Visitor::expecting omits the lifetime from Formatter. When relying on autocompletion, this requires one to manually add a lifetime argument to silence this warning. Would it be difficult to change this?
The lint group
rust-2018-idioms
enableselided-lifetimes-in-paths
.Visitor::expecting
omits the lifetime fromFormatter
. When relying on autocompletion, this requires one to manually add a lifetime argument to silence this warning. Would it be difficult to change this?expecting
was autocompleted in Helix.In contrast if the definition were defined with an explicit lifetime, autocompletion retains it; and no warning is issued:
The text was updated successfully, but these errors were encountered: