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
currently we only enable a very small sets of lint rules and clippy actually provides lots of rules that's not only useful for style but also for performance, we should adopt more clippy rule.
a good start is to learn from biome's rules https://github.com/biomejs/biome/blob/main/Cargo.toml#L15
The text was updated successfully, but these errors were encountered:
currently we only enable a very small sets of lint rules and clippy actually provides lots of rules that's not only useful for style but also for performance, we should adopt more clippy rule.
a good start is to learn from biome's rules https://github.com/biomejs/biome/blob/main/Cargo.toml#L15
The text was updated successfully, but these errors were encountered: