diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-01-22 06:57:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 06:57:56 +0000 |
| commit | b0bda53e4e650dccb1a30718ce8dbefef6584ad0 (patch) | |
| tree | 066088a7df2514af02ee0cebe6646e41efddf963 /examples/t-htask-main.rs | |
| parent | 86ce8919aec4623a0816b28f1adcd86db33689c8 (diff) | |
| parent | 3f74f3b8459fdd451707511954a6ea3d128aabe3 (diff) | |
Merge #689
689: Missing docs: Improve #[doc] generation r=korken89 a=AfoHT
Improve RTIC doc handling
Enable use of
```
#![deny(missing_docs)]
```
and makes the cargo doc output more useful
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'examples/t-htask-main.rs')
| -rw-r--r-- | examples/t-htask-main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/t-htask-main.rs b/examples/t-htask-main.rs index 37189fa..2b17b2e 100644 --- a/examples/t-htask-main.rs +++ b/examples/t-htask-main.rs @@ -1,5 +1,7 @@ +//! examples/t-htask-main.rs #![deny(unsafe_code)] #![deny(warnings)] +#![deny(missing_docs)] #![no_main] #![no_std] |
