Skip to content

Commit 64f3433

Browse files
committed
chore: Remove unneeded badges
1 parent 01ad63a commit 64f3433

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ readme = "README.md"
1010
keywords = ["code", "analysis", "ascii", "errors", "debug"]
1111

1212
[badges]
13-
travis-ci = { repository = "rust-lang/annotate-snippets-rs", branch = "master" }
14-
coveralls = { repository = "rust-lang/annotate-snippets-rs", branch = "master", service = "github" }
15-
1613
maintenance = { status = "actively-developed" }
1714

1815
[dependencies]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[![crates.io](https://img.shields.io/crates/v/annotate-snippets.svg)](https://crates.io/crates/annotate-snippets)
66
![build status](https://github.com/rust-lang/annotate-snippets-rs/actions/workflows/ci.yml/badge.svg)
7-
[![Coverage Status](https://coveralls.io/repos/github/rust-lang/annotate-snippets-rs/badge.svg?branch=master)](https://coveralls.io/github/rust-lang/annotate-snippets-rs?branch=master)
87

98
The library helps visualize meta information annotating source code slices.
109
It takes a data structure called `Snippet` on the input and produces a `String`

0 commit comments

Comments
 (0)