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
..
2017-02-21 04:36:59 +01:00
2016-05-28 16:51:21 +02:00

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