mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Heapless 0.7.16 pool!() generates undocumented struct
This commit is contained in:
parent
40d5ace111
commit
1237f5b33b
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_docs)]
|
||||
// pool!() generates a struct without docs
|
||||
//#![deny(missing_docs)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
Loading…
Reference in a new issue