File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
fail-fast : false
22
22
matrix :
23
23
os : [windows-latest, ubuntu-latest]
24
- rust : [1.45.2 , nightly]
24
+ rust : [1.48 , nightly]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- name : Checkout
Original file line number Diff line number Diff line change 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) ) ]
3
4
#![ cfg_attr( nightly, feature( doc_cfg) ) ]
4
5
#![ doc( html_root_url = "https://docs.rs/twitch_oauth2/0.4.1" ) ]
5
6
//! [![github]](https://github.com/emilgardis/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.4.1/twitch_oauth2)
You can’t perform that action at this time.
0 commit comments