Skip to content

Commit e49b7f7

Browse files
bors[bot]Henrik Tjäder
andauthored
Merge #66
66: Docs: add RTIC logo r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2 parents 7dd10d6 + 81d6100 commit e49b7f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#![deny(rust_2018_compatibility)]
55
#![deny(rust_2018_idioms)]
66
#![deny(warnings)]
7+
#![doc(
8+
html_logo_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg",
9+
html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg"
10+
)]
711

812
#[allow(unused_extern_crates)]
913
extern crate proc_macro;

0 commit comments

Comments
 (0)