Document widget feature flags

This commit is contained in:
Héctor Ramón Jiménez 2020-04-05 04:38:10 +02:00
parent 070e8e70e4
commit 7479ba137f
2 changed files with 11 additions and 1 deletions

View file

@ -178,6 +178,7 @@
#![deny(unused_results)]
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod application;
mod element;
mod sandbox;