Document widget feature flags
This commit is contained in:
parent
070e8e70e4
commit
7479ba137f
2 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue