Skip to content

Commit

Permalink
Fix build on nightly (#7)
Browse files Browse the repository at this point in the history
Thanks will release ASAP.
  • Loading branch information
rajivshah3 committed Jun 10, 2021
1 parent b6f6914 commit e3041d1
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( external_doc, doc_cfg ) ) ]
#![ cfg_attr( nightly, doc ( include = "../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/pharos" ) ]
Expand Down

0 comments on commit e3041d1

Please sign in to comment.