aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-03-04 17:43:50 +0100
committerDario Nieuwenhuis <[email protected]>2022-03-04 18:03:41 +0100
commit7b2a255872fb71e1fee107a0dcd8d56188b219cf (patch)
tree4a6baa43c2c850f1e7f6168609ef63b5763936fd
parent53d9a0b5162220298dc7d2287917491b41d261b4 (diff)
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.
-rw-r--r--stm32-metapac/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32-metapac/src/lib.rs b/stm32-metapac/src/lib.rs
index 9cdc5e0b4..4eab29861 100644
--- a/stm32-metapac/src/lib.rs
+++ b/stm32-metapac/src/lib.rs
@@ -2,6 +2,7 @@
2#![allow(non_snake_case)] 2#![allow(non_snake_case)]
3#![allow(unused)] 3#![allow(unused)]
4#![allow(non_camel_case_types)] 4#![allow(non_camel_case_types)]
5#![doc(html_no_source)]
5 6
6pub mod common; 7pub mod common;
7 8