Specify languages for examples
This commit is contained in:
parent
b533b084f3
commit
04f48455e5
1 changed files with 2 additions and 2 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue