1
Fork 0

core: Clean up crate docs and give all mods a brief description

This commit is contained in:
Brian Anderson 2012-09-19 16:52:32 -07:00
parent 5e41739562
commit c115b82238
23 changed files with 156 additions and 76 deletions

View file

@ -1,3 +1,9 @@
/*!
The `ToBytes` and `IterBytes` traits
*/
// NB: transitionary, de-mode-ing.
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];