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 /CHANGELOG.md | |
| 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 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 612b807..5bc38d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed +- Attempt to handle docs generation enabling `deny(missing_docs)` - Use native GHA rustup and cargo - Distinguish between thumbv8m.base and thumbv8m.main for basepri usage. |
