Enable doc_cfg for docs.rs in iced_glow

This commit is contained in:
Héctor Ramón Jiménez 2020-05-28 04:03:51 +02:00
parent 4aa0d7a13a
commit 16c1261d82
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod backend;
mod program;