Skip to content

Commit

Permalink
Disallow bare urls
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeikos authored and marcianx committed Sep 4, 2023
1 parent bfbbe8b commit ad1edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![deny(unsafe_code)]
#![deny(unsafe_code,rustdoc::bare_urls)]
#![cfg_attr(not(feature = "std"), no_std)]
//! [![Build status](https://img.shields.io/github/actions/workflow/status/marcianx/downcast-rs/main.yml?branch=master)](https://github.com/marcianx/downcast-rs/actions)
//! [![Latest version](https://img.shields.io/crates/v/downcast-rs.svg)](https://crates.io/crates/downcast-rs)
Expand Down

0 comments on commit ad1edbf

Please sign in to comment.