Specify languages for examples

This commit is contained in:
Camille TJHOA 2015-04-29 16:17:30 +02:00
parent b533b084f3
commit 04f48455e5

View file

@ -35,13 +35,13 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
##Usage
Add in your `Cargo.toml`:
```
```toml
[dependencies.clippy]
git = "https://github.com/Manishearth/rust-clippy"
```
Sample `main.rs`:
```
```rust
#![feature(plugin)]
#![plugin(clippy)]