Skip to content

Commit 43d822c

Browse files
author
Stjepan Glavina
committed
Add a html logo
1 parent 3f6dfaf commit 43d822c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![feature(async_await)]
2323
#![cfg_attr(feature = "docs.rs", feature(doc_cfg))]
2424
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
25-
#![doc(html_playground_url = "https://play.rust-lang.org")]
25+
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
2626

2727
pub mod fs;
2828
pub mod future;

0 commit comments

Comments
 (0)