diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-11 12:37:21 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-11 12:48:06 -0400 |
commit | e8739872b482872adf9b18ef2b5419098f8fadb3 (patch) | |
tree | 3956b680f26c495cdddf7b71ad656e2ed14c2cc0 /TODO.org | |
parent | b0be48424e81384de3280b5a5ac521d694b82e15 (diff) | |
download | usb-host-e8739872b482872adf9b18ef2b5419098f8fadb3.tar.gz usb-host-e8739872b482872adf9b18ef2b5419098f8fadb3.zip |
Add documentation and tests.
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ * Documentation - README.md - - Literally every trait and method. * Do not require `core::fmt::Debug` on drivers. This is a temporary measure so I can show which driver had an issue when something goes wrong, but it's much more expansive than needed. |