Changelog #105
Commit: d9b2291
Release: 2021-11-29
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#10840omit generic defaults for types in hover messages.
Fixes
-
#10846(first contribution) qualify struct name in constructor completion. -
#10809don’t discard formatting ofuselines. -
#10834make lint groups work correctly withwarningsAsInfoandwarningsAsHint. -
#10839fixmbe::Shift::newnot accounting for non-ident token ids. -
#10849fix string highlight injection for macros. -
#10853remove possible multiline details in completions. -
#10847improve derive attribute path handling inreplace_derive_with_manual_impl. -
#10824print full command ifcargo metadatafails to run. -
#10859prioritize tuple fields inhighlight_related. -
#10870fix macro expansion foras _. -
#10876show parameter hints unconditionally for logical not expressions.