Skip to content

fix: Fix lifetime elision hint configuration key#11789

Merged
bors[bot] merged 1 commit into
rust-lang:masterfrom
Veykril:spring-cleanup
Mar 22, 2022
Merged

fix: Fix lifetime elision hint configuration key#11789
bors[bot] merged 1 commit into
rust-lang:masterfrom
Veykril:spring-cleanup

Conversation

@Veykril

@Veykril Veykril commented Mar 22, 2022

Copy link
Copy Markdown
Member

This is inconsistent with the other configuration keys unfortunately, but this is an issue of how we structured them here in general.

I feel like we'll have to do a proper pass over all the configs, check them for consistency and then write down some documentation of how our configs should be laid out, then apply fixes to the inconsistencies all at once which will entail breaking some user configurations unfortunately since we won't be able to do proper fallback handling for some of these.

Fixes #11778

bors r+

@bors

bors Bot commented Mar 22, 2022

Copy link
Copy Markdown
Contributor

@bors
bors Bot merged commit f1dbc2a into rust-lang:master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The inlayHints_lifetimeElisionHints_useParameterNames config doesn't get passed to the server config struct

1 participant