rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
10.89k stars 1.46k forks source link

make sure the msrv for `const_raw_ptr_deref` is met when linting [`missing_const_for_fn`] #12713

Open J-ZhengLi opened 2 weeks ago

J-ZhengLi commented 2 weeks ago

fixes: #8864


changelog: make sure the msrv for const_ptr_deref is met when linting [missing_const_for_fn]

rustbot commented 2 weeks ago

r? @dswij

rustbot has assigned @dswij. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

J-ZhengLi commented 6 days ago

Finally got some time to work on this. @rustbot ready

y21 commented 4 hours ago

Since dswij seems to be a little busy and has a bunch of other PRs assigned and I already started reviewing this, I'm gonna steal this one to move it forwards. Hope you dont mind :D r? @y21