aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8ff4c93..365127f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,6 +16,9 @@
#![allow(clippy::doc_link_with_quotes)]
#![allow(clippy::too_many_lines)]
+// To do: set this when public.
+// #![doc(html_logo_url = "https://xxx")]
+
extern crate alloc;
mod construct;