Skip to content

Commit

Permalink
Remove #![deny(broken_intra_doc_links)]
Browse files Browse the repository at this point in the history
The lint has been renamed to `rustdoc::broken_intra_doc_links` and also
it is now a warn-by-default so it makes less sense to enable it in the
source code.

cf. <rust-lang/rust#80527>
  • Loading branch information
tesaguri committed Nov 28, 2021
1 parent 9e967a3 commit cfc19c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauth1-request/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.1")]
// Prevent `oauth-credentials/alloc` feature from showing up on re-exports.
#![cfg_attr(docsrs, doc(cfg_hide(feature = "alloc")))]
#![deny(broken_intra_doc_links)]
#![warn(missing_docs, rust_2018_idioms)]

#[macro_use]
Expand Down

0 comments on commit cfc19c4

Please sign in to comment.