diff --git a/crates/jlabel/src/lib.rs b/crates/jlabel/src/lib.rs index 7896513..2471f21 100644 --- a/crates/jlabel/src/lib.rs +++ b/crates/jlabel/src/lib.rs @@ -1,5 +1,5 @@ #![deny(missing_docs)] -#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] //! HTS-style full-context label structure and parser/serializer from/to string. //!