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

@ -22,6 +22,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
pub use blake2;
pub use jid;