Indicate which feature flag for each module/type

This commit is contained in:
xmppftw xmppftw 2024-08-04 22:35:01 +02:00
commit fa99c09585
8 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#![forbid(unsafe_code)]
#![warn(missing_docs)]
#![allow(rustdoc::private_intra_doc_links)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
/*!
# Macros for parsing XML into Rust structs, and vice versa