clippy 0.0.300

A bunch of helpful lints to avoid common pitfalls in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "clippy" # rename to clippy before publishing
version = "0.0.300"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
edition = "2018"
readme = "crates-readme.md"
description = "A bunch of helpful lints to avoid common pitfalls in Rust."
build = 'build.rs'

license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]

[build-dependencies]
term = "0.5.1"