rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Rename thread_local_initializer_can_be_made_const to missing_const_for_tl_init

Open alex-semenyuk opened this issue 2 months ago • 1 comments

Close #12934 As discussed at #12934 name thread_local_initializer_can_be_made_const sounds against convention for other lints which describe the issue/wrong code but not suggestion and it is quite long. The new name take example from existing lint missing_const_for_fn

changelog [thread_local_initializer_can_be_made_const] : Rename to missing_const_for_tl_init

alex-semenyuk avatar Jun 21 '24 13:06 alex-semenyuk