From ae9382b7f9466c8df421f0f64850a69a4c658581 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 12 Oct 2022 13:51:31 +0200 Subject: Add note about crate logo --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit