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.
This commit is contained in:
Dario Nieuwenhuis 2022-03-04 17:43:50 +01:00
parent 53d9a0b516
commit 7b2a255872

View File

@ -2,6 +2,7 @@
#![allow(non_snake_case)]
#![allow(unused)]
#![allow(non_camel_case_types)]
#![doc(html_no_source)]
pub mod common;