Skip to content

Commit 1d27b56

Browse files
committed
logo
1 parent ab525e6 commit 1d27b56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
//! ```
4444
4545
#![deny(missing_docs, unsafe_code)]
46+
#![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
47+
html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png")]
4648

4749
#![cfg_attr(feature = "no_std", no_std)]
4850
#![cfg_attr(feature = "no_std", feature(no_std, core))]

0 commit comments

Comments
 (0)