sasl: make docs.rs emit nice feature tags on feature-gated items
This commit is contained in:
parent
1293e9a3eb
commit
13be111de1
9 changed files with 21 additions and 0 deletions
|
|
@ -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.
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue