Enable doc_cfg for docs.rs in iced_glow
This commit is contained in:
parent
4aa0d7a13a
commit
16c1261d82
2 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue