sasl: make docs.rs emit nice feature tags on feature-gated items

This commit is contained in:
Jonas Schäfer 2024-04-20 09:13:03 +02:00
commit 13be111de1
9 changed files with 21 additions and 0 deletions

View file

@ -1,4 +1,5 @@
//#![deny(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]
//! This crate provides a framework for SASL authentication and a few authentication mechanisms.
//!