Closed gyscos closed 7 years ago
This was fixed by just just adding #[allow(missing_docs)]
to the tiva_c modules that were causing the problem in #399 but we should still go back through and actually document things rather than just ignore the errors that we were originally forcing to not ignore.
Files impacted:
With the
#![deny(missing_docs)]
insrc/lib.rs
, it means tiva_c code cannot compile.