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
histogram/grid.rs: Minor improvement on styles, etc.
- Merged imports
- By enabling `clippy::all` and `clippy::pedantic` lints,
- Marked several methods as `must_use`
- Found a redundant closue ( `Bins::len` is also more informative on the type
than `|e| e.len()` )
0 commit comments