Fix docs build with current nightly
skip-changelog, we don't officially support nightly. See-Also: https://github.com/rust-lang/rfcs/pull/3631 See-Also: https://github.com/rust-lang/rust/pull/138907
This commit is contained in:
parent
3ffff2614a
commit
ccdf27117d
8 changed files with 15 additions and 8 deletions
|
|
@ -7,7 +7,8 @@
|
|||
#![forbid(unsafe_code)]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(rustdoc::private_intra_doc_links)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![cfg_attr(docsrs, doc(auto_cfg))]
|
||||
/*!
|
||||
# Macros for parsing XML into Rust structs, and vice versa
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue