Enable doc_cfg on docs.rs
This commit is contained in:
parent
a999f1fce4
commit
b50b4dee71
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
//! for a working example.
|
||||
#![deny(missing_docs)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
mod parse;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue