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
Our stylistic lints are set to allow currently, which makes them very ineffective at promoting a consistent style across the Rust ecosystem. We should turn them on and force users to opt out of the community style.
The text was updated successfully, but these errors were encountered:
I was trying to set NonUppercaseStatics to warn and fix errors that might occur but I found out that many things depend on each other, like io/mod or io/process. What do you think should the right approach be? Just putting #[allow] there?
Our stylistic lints are set to
allow
currently, which makes them very ineffective at promoting a consistent style across the Rust ecosystem. We should turn them on and force users to opt out of the community style.The text was updated successfully, but these errors were encountered: