Skip to content

Commit cfc19c4

Browse files
committed
Remove #![deny(broken_intra_doc_links)]
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>
1 parent 9e967a3 commit cfc19c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth1-request/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.1")]
115115
// Prevent `oauth-credentials/alloc` feature from showing up on re-exports.
116116
#![cfg_attr(docsrs, doc(cfg_hide(feature = "alloc")))]
117-
#![deny(broken_intra_doc_links)]
118117
#![warn(missing_docs, rust_2018_idioms)]
119118

120119
#[macro_use]

0 commit comments

Comments
 (0)