File tree 4 files changed +5
-378
lines changed
4 files changed +5
-378
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
11
11
description = " A bunch of helpful lints to avoid common pitfalls in Rust"
12
12
repository = " https://github.com/rust-lang-nursery/rust-clippy"
13
13
readme = " README.md"
14
- license = " MPL -2.0"
14
+ license = " MIT/Apache -2.0"
15
15
keywords = [" clippy" , " lint" , " plugin" ]
16
16
categories = [" development-tools" , " development-tools::cargo-plugins" ]
17
17
build = " build.rs"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ We are currently in the process of discussing Clippy 1.0 via the RFC process in
5
5
[ ![ Build Status] ( https://travis-ci.org/rust-lang-nursery/rust-clippy.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery/rust-clippy )
6
6
[ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/rust-clippy )
7
7
[ ![ Current Version] ( https://meritbadge.herokuapp.com/clippy )] ( https://crates.io/crates/clippy )
8
- [ ![ License: MPL -2.0] ( https://img.shields.io/crates/l/clippy.svg )] ( #license )
8
+ [ ![ License: MIT/Apache -2.0] ( https://img.shields.io/crates/l/clippy.svg )] ( #license )
9
9
10
10
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
11
11
You can’t perform that action at this time.
0 commit comments