Add clippy stuff to docs

This commit is contained in:
Abhishek Chanda
2015-10-25 13:47:30 -07:00
parent f8f2d7a499
commit 58d45a705b

View File

@ -4,6 +4,11 @@ The IPv4 implementation is stable, IPv6 implementation is not done yet.
[![Build Status](https://travis-ci.org/achanda/ipnetwork.svg?branch=master)](https://travis-ci.org/achanda/ipnetwork)
[![Merit Badge](http://meritbadge.herokuapp.com/ipnetwork)](https://crates.io/crates/ipnetwork)
Run Clippy by doing
```
cargo test --features "dev"
```
Installation
=============
This crate works with Cargo. Assuming you have Rust and Cargo installed, simply check out the source and run tests: