Enable doc_cfg on docs.rs

This commit is contained in:
Jon Gjengset 2022-09-17 14:53:36 -07:00
parent a999f1fce4
commit b50b4dee71

View file

@ -75,6 +75,7 @@
//! for a working example.
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod parse;