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:
Jonas Schäfer 2025-10-08 12:54:51 +02:00
commit ccdf27117d
8 changed files with 15 additions and 8 deletions

View file

@ -71,7 +71,8 @@
//! You can find more information on our website [xmpp.rs](https://xmpp.rs/) or by joining our chatroom [chat@xmpp.rs](xmpp:chat@xmpp.rs?join).
#![deny(unsafe_code, missing_docs, bare_trait_objects)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, doc(auto_cfg))]
macro_rules! fail_native_with_any {
($($feature:literal),+) => {