1
Fork 0

Require documentation by default for libstd

Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
This commit is contained in:
Alex Crichton 2013-05-28 16:35:52 -05:00
parent 4a5d887b58
commit 007651cd26
50 changed files with 699 additions and 69 deletions

View file

@ -14,6 +14,8 @@ Cross-platform file path handling
*/
#[allow(missing_doc)];
use container::Container;
use cmp::Eq;
use libc;