Skip to content

Commit a55e982

Browse files
committed
Align with README
1 parent 62a8aea commit a55e982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#![warn(clippy::all)]
22
#![warn(rust_2018_idioms)]
33

4-
//!! [![Build Status](https://travis-ci.com/EmbarkStudios/cargo-deny.svg?branch=master)](https://travis-ci.com/EmbarkStudios/cargo-deny)
4+
//! # ❌ cargo-deny
5+
//!
6+
//! [![Build Status](https://travis-ci.com/EmbarkStudios/cargo-deny.svg?branch=master)](https://travis-ci.com/EmbarkStudios/cargo-deny)
57
//! [![Latest version](https://img.shields.io/crates/v/cargo-deny.svg)](https://crates.io/crates/cargo-deny)
68
//! [![Docs](https://docs.rs/cargo-deny/badge.svg)](https://docs.rs/cargo-deny)
79
//!
8-
//! # ❌ cargo-deny
9-
//!
1010
//! One of the key selling points of Rust is the ever growing and improving ecosystem of crates
1111
//! available that can be easily added to your project incredibly easily via `cargo`. This is great!
1212
//! However, the larger the project is and the more dependencies you have, the harder it is to keep

0 commit comments

Comments
 (0)