diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |