We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d5ace commit 1237f5bCopy full SHA for 1237f5b
examples/pool.rs
@@ -2,7 +2,8 @@
2
3
#![deny(unsafe_code)]
4
#![deny(warnings)]
5
-#![deny(missing_docs)]
+// pool!() generates a struct without docs
6
+//#![deny(missing_docs)]
7
#![no_main]
8
#![no_std]
9
0 commit comments