You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want freedom over how to name things and not have to deal with warnings about that, you need add this lint:
#![allow(bad_style)]
I personally think that this is ridiculous and insulting to any developer mature enough to decide over his own naming conventions. I therefore propose renaming it to
#![allow(custom_naming_conventions)]
This is a lot more neutral.
The text was updated successfully, but these errors were encountered:
If you want freedom over how to name things and not have to deal with warnings about that, you need add this lint:
#![allow(bad_style)]
I personally think that this is ridiculous and insulting to any developer mature enough to decide over his own naming conventions. I therefore propose renaming it to
#![allow(custom_naming_conventions)]
This is a lot more neutral.
The text was updated successfully, but these errors were encountered: