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