Changelog #161
Commit: 74ae2dd
Release: 2022-12-26
New Features
-
#13699
implement location links for type inlay hints (disabled until Code 1.76 release because of a bug): -
#13817
add option to hide adjustment hints outside ofunsafe
blocks and functions:
Fixes
#13805
(first contribution) complete enum variants without parens when snippets are disabled.#13794
fix "parser seems stuck" panics when parsing colossal files.#13795
use the correct edition when formatting code in path dependencies.#13800
don't matchlet
expressions and inlineconst
s inexpr
MBE fragments.#13820
fix binding mode hints always adding parentheses to or-patterns.#13831
don't autofill associated type trait bounds when generating an implementation.#13764
correctly check for redundant parentheses in theremove_parentheses
assist.#13806
skip hints for identity (T
->T
) adjustments.#13814
,#13818
calculate theTargetDataLayout
correctly for the selected target.#13840
handle lifetime variables inCallableSig
query.
Internal Improvements
#13828
,#13829
,#13835
(first contributions) fixredundant_clone
,explicit_auto_deref
,uninlined_format_args
clippy warnings.#13830
use a default derives andstrip_prefix
.#13771
addxtask
command for publishing release notes on GitHub Releases.#13804
split inlay hints into modules by type.#13822
threadFamousDefs
through the inlay hints.
See also original changelog.