We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dd10d6 + 81d6100 commit e49b7f7Copy full SHA for e49b7f7
src/lib.rs
@@ -4,6 +4,10 @@
4
#![deny(rust_2018_compatibility)]
5
#![deny(rust_2018_idioms)]
6
#![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
+)]
11
12
#[allow(unused_extern_crates)]
13
extern crate proc_macro;
0 commit comments