Hi,
After performing the latest update from the 2020-10-26 rust-analyzer started indicating that the names of my consts are not following the standard which, I believe, is false.

It shows on all constants in my codebase. I tried some different names and for all of them except one I have the same issue.
This doesn't show for single-letter names.

I even have #![deny(nonstandard_style)] applied and it does not result in error. If you need any more information, please let me know.