Skip to content

Commit 480bfb0

Browse files
Merge #84
84: bump twitch_oauth2 and fix lint error r=Emilgardis a=Emilgardis bors r+ Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents b32e4fa + 0cac975 commit 480bfb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#![allow(unknown_lints)] // remove once broken_intra_doc_links is on stable
2-
#![deny(missing_docs, broken_intra_doc_links)]
1+
#![allow(unknown_lints, renamed_and_removed_lints)]
2+
#![deny(missing_docs, broken_intra_doc_links)] // This will be weird until 1.52, see https://github.com/rust-lang/rust/pull/80527
3+
#![cfg_attr(nightly, deny(rustdoc::broken_intra_doc_links))]
34
#![cfg_attr(nightly, feature(doc_cfg, doc_spotlight))]
45
#![doc(html_root_url = "https://docs.rs/twitch_api2/0.4.1")]
56
#![cfg_attr(all(nightly, doctest), feature(external_doc))]

0 commit comments

Comments
 (0)