Replace doc_auto_cfg with doc_cfg
See https://github.com/rust-lang/rust/pull/138907
This commit is contained in:
parent
964a4707dc
commit
a064241a6b
9 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//! The official renderer for iced.
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
#[cfg(feature = "wgpu")]
|
||||
pub use iced_wgpu as wgpu;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue