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:
parent
53d9a0b516
commit
7b2a255872
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#![allow(non_snake_case)]
|
||||
#![allow(unused)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![doc(html_no_source)]
|
||||
|
||||
pub mod common;
|
||||
|
||||
|
|
Loading…
Reference in a new issue