Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
365 contributions in the last year
Activity overview
Contribution activity
August 2020
Created an issue in rust-lang/rust-clippy that received 2 comments
Lint to disallow using `as` for pointer casts in favor of `.cast()`
What it does
Any raw pointer cast from *const T to *const U or *mut T to *mut U that uses as should be caught by this lint. Instead you should use .…
2
comments
13
contributions
in private repositories
Aug 2 – Aug 11