Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-[![Crates.io](https://img.shields.io/crates/v/hashbag.svg)](https://crates.io/crates/hashbag)
-[![Documentation](https://docs.rs/hashbag/badge.svg)](https://docs.rs/hashbag/)
-[![Codecov](https://codecov.io/github/jonhoo/hashbag/coverage.svg?branch=main)](https://codecov.io/gh/jonhoo/hashbag)
-[![Dependency status](https://deps.rs/repo/github/jonhoo/hashbag/status.svg)](https://deps.rs/repo/github/jonhoo/hashbag)
-
 An unordered multiset/bag implementation backed by `HashMap`.
 
 A bag, unlike a set, allows duplicate values, and keeps track of how many
