Skip to content

Commit

Permalink
Fix doc link until 1.54 stabilizes...
Browse files Browse the repository at this point in the history
Yep, don't ask me, that seems to be the way to do it:
rust-lang/rust#82768
  • Loading branch information
najamelan committed Jun 6, 2021
1 parent de39768 commit 11d783d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![ cfg_attr( nightly, feature( doc_cfg ) ) ]
#![ cfg_attr( nightly, doc = include_str!("../README.md") ) ]
#![ cfg_attr( nightly, feature(doc_cfg) ) ]
#![ cfg_attr( nightly, cfg_attr( nightly, doc = include_str!("../README.md") )) ]
#![ doc = "" ] // empty doc line to handle missing doc warning when the feature is missing.

#![ doc ( html_root_url = "https://docs.rs/async_executors" ) ]
Expand Down

0 comments on commit 11d783d

Please sign in to comment.