From 7b2a255872fb71e1fee107a0dcd8d56188b219cf Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 4 Mar 2022 17:43:50 +0100 Subject: [PATCH] stm32-metapac: add doc(html_no_source). The source files are unreadable because they're not fmt'd, and they take up a LOT of space when generating docs for all 1200 chips because they don't deduplicate. --- stm32-metapac/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/stm32-metapac/src/lib.rs b/stm32-metapac/src/lib.rs index 9cdc5e0b..4eab2986 100644 --- a/stm32-metapac/src/lib.rs +++ b/stm32-metapac/src/lib.rs @@ -2,6 +2,7 @@ #![allow(non_snake_case)] #![allow(unused)] #![allow(non_camel_case_types)] +#![doc(html_no_source)] pub mod common;