Should fix the new lint ci errors due to rust 1.83.0 new clippy lints
On rust 1.83.0 with clippy cargo clippy -- -D clippy::nursery -A clippy::use_self
There are some more places where i could add const (in mut self places) but thats from 1.83.0 itself and i dont know if you are ok with setting the MSRV to it, so i didnt add those.
Should fix the new lint ci errors due to rust 1.83.0 new clippy lints
On rust 1.83.0 with clippy
cargo clippy -- -D clippy::nursery -A clippy::use_self
There are some more places where i could add const (in mut self places) but thats from 1.83.0 itself and i dont know if you are ok with setting the MSRV to it, so i didnt add those.