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

