Skip to content

Commit 1237f5b

Browse files
committed
Heapless 0.7.16 pool!() generates undocumented struct
1 parent 40d5ace commit 1237f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pool.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
33
#![deny(unsafe_code)]
44
#![deny(warnings)]
5-
#![deny(missing_docs)]
5+
// pool!() generates a struct without docs
6+
//#![deny(missing_docs)]
67
#![no_main]
78
#![no_std]
89

0 commit comments

Comments
 (0)