docs: fix cargo doc generation
This commit is contained in:
parent
e2b172e0bc
commit
2f022280f2
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![cfg_attr(target_os = "redox", feature(lazy_cell))]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
/// Recommended default imports.
|
||||
pub mod prelude {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue