Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
clippy 0.0.3 - Docs.rs
[go: Go Back, main page]

clippy 0.0.3

A bunch of helpful lints to avoid common pitfalls in Rust
[package]
name = "clippy"
version = "0.0.3"
authors = [
	"Manish Goregaokar <manishsmail@gmail.com>",
	"Andre Bogus <bogusandre@gmail.com>"
]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/Manishearth/rust-clippy"
readme = "README.md"
license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]

[lib]
name = "clippy"
plugin = true

[dev-dependencies]
compiletest_rs = "*"