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 fb5064c commit 36bb001Copy full SHA for 36bb001
src/lib.rs
@@ -96,6 +96,7 @@
96
97
#![crate_name = "i2cdev"]
98
#![crate_type = "lib"]
99
+#![deny(missing_docs)]
100
101
#[macro_use]
102
extern crate bitflags;
0 commit comments