forked from mirror/async-std
Add a html logo
This commit is contained in:
parent
3f6dfaf2f5
commit
43d822cbc5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#![feature(async_await)]
|
||||
#![cfg_attr(feature = "docs.rs", feature(doc_cfg))]
|
||||
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
|
||||
#![doc(html_playground_url = "https://play.rust-lang.org")]
|
||||
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
|
||||
|
||||
pub mod fs;
|
||||
pub mod future;
|
||||
|
|
Loading…
Reference in a new issue