File tree Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1010
1111#![ no_std]
1212#![ deny( missing_docs) ]
13- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
13+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
14+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
1415
1516//! Represents XMPP addresses, also known as JabberIDs (JIDs) for the [XMPP](https://xmpp.org/)
1617//! protocol. A [`Jid`] can have between one and three parts in the form `node@domain/resource`:
Original file line number Diff line number Diff line change 99// file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
1111#![ deny( missing_docs) ]
12- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
12+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
13+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
1314
1415//! A minimal DOM crate built on top of rxml, targeting exclusively the subset of XML useful
1516//! for XMPP.
Original file line number Diff line number Diff line change 2222// file, You can obtain one at http://mozilla.org/MPL/2.0/.
2323
2424#![ warn( missing_docs) ]
25- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
25+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
26+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
2627
2728extern crate alloc;
2829
Original file line number Diff line number Diff line change 11//#![deny(missing_docs)]
22#![ no_std]
3- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
3+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
45
56//! This crate provides a framework for SASL authentication and a few authentication mechanisms.
67//!
Original file line number Diff line number Diff line change 7171//! You can find more information on our website [xmpp.rs](https://xmpp.rs/) or by joining our chatroom [[email protected] ](xmpp:[email protected] ?join). 7272
7373#![ deny( unsafe_code, missing_docs, bare_trait_objects) ]
74- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
74+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
75+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
7576
7677macro_rules! fail_native_with_any {
7778 ( $( $feature: literal) ,+) => {
Original file line number Diff line number Diff line change 4646//! - `escape-hatch`: Allow access to low-level API to bypass shortcomings of the current API.
4747
4848#![ deny( bare_trait_objects) ]
49- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
49+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
50+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
5051
5152extern crate alloc;
5253
Original file line number Diff line number Diff line change 77#![ forbid( unsafe_code) ]
88#![ warn( missing_docs) ]
99#![ allow( rustdoc:: private_intra_doc_links) ]
10- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
10+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
11+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
1112/*!
1213# Macros for parsing XML into Rust structs, and vice versa
1314
Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
21#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
2+ #![ cfg_attr( docsrs, doc( auto_cfg) ) ]
33#![ forbid( unsafe_code) ]
44#![ warn( missing_docs) ]
55/*!
You can’t perform that action at this time.
0 commit comments