rust/clippy_lints
Andre Bogus 2f7babba82 New zero_ptr lint.
This fixes #1047. I did not bother to add a full suggestion,
because replacing with `std::ptr::null()` may still lead to
inference failures.
2017-02-21 04:36:59 +01:00
..
src New zero_ptr lint. 2017-02-21 04:36:59 +01:00
Cargo.toml rustup and compile-fail -> ui test move 2017-02-07 21:05:30 +01:00
README.md Add a README for clippy_lints 2016-05-28 16:51:21 +02:00

This crate contains Clippy lints. For the main crate, check cargo.io or GitHub.