Fix doc build with nightly in CI

The #[doc = include_str!("...")] syntax is now the new external file
syntax in rust nightly - the old syntax was removed.
This commit is contained in:
Simon Hausmann 2021-06-06 15:27:36 +02:00
parent 0d09f69fb9
commit 7ebbf20467
2 changed files with 4 additions and 5 deletions

View file

@ -174,7 +174,6 @@ struct MyStruct {
*/
#![cfg_attr(nightly, feature(doc_cfg, external_doc))]
#![warn(missing_docs)]
#![deny(unsafe_code)]
#![doc(html_logo_url = "https://sixtyfps.io/resources/logo.drawio.svg")]