diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-07-19 05:59:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-19 05:59:36 +0000 |
| commit | 26fdfdb00a1819f4a21c8d0fe1220c079983eecc (patch) | |
| tree | f5eac13ddbed4e67aa1b1a6243b880f233658352 /embassy-cortex-m/src/lib.rs | |
| parent | e5d3f01bc444c257dbdfc75e504767e8e13d2a02 (diff) | |
| parent | d2f4a9bf8df8de9f51b29659b464b4509af47dc6 (diff) | |
Merge #869
869: Add some docs. r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'embassy-cortex-m/src/lib.rs')
| -rw-r--r-- | embassy-cortex-m/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-cortex-m/src/lib.rs b/embassy-cortex-m/src/lib.rs index 680c2c8db..fba23367b 100644 --- a/embassy-cortex-m/src/lib.rs +++ b/embassy-cortex-m/src/lib.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | //! Embassy executor and interrupt handling specific to cortex-m devices. | 1 | //! Embassy executor and interrupt handling specific to cortex-m devices. |
| 2 | #![no_std] | 2 | #![no_std] |
| 3 | #![warn(missing_docs)] | ||
| 3 | 4 | ||
| 4 | // This mod MUST go first, so that the others see its macros. | 5 | // This mod MUST go first, so that the others see its macros. |
| 5 | pub(crate) mod fmt; | 6 | pub(crate) mod fmt; |
