File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ build = "build.rs"
18
18
edition = " 2018"
19
19
publish = false
20
20
21
- [badges ]
22
- travis-ci = { repository = " rust-lang/rust-clippy" }
23
- appveyor = { repository = " rust-lang/rust-clippy" }
24
-
25
21
[[bin ]]
26
22
name = " cargo-clippy"
27
23
test = false
Original file line number Diff line number Diff line change 1
1
# Clippy
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master )] ( https://travis-ci.com/rust-lang/rust-clippy )
4
- [ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/rust-clippy )
5
3
[ ![ Build Status] ( https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg )] ( https://github.com/rust-lang/rust-clippy/actions )
6
4
[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/crates/l/clippy.svg )] ( #license )
7
5
You can’t perform that action at this time.
0 commit comments