Remove doc_hidden on message

Rustdoc now properly ignores private modules.
This commit is contained in:
Steven Fackler 2013-11-02 14:50:43 -07:00
parent e911f90403
commit 1b6577e942

View File

@ -1,4 +1,3 @@
#[doc(hidden)];
#[allow(missing_doc)];
use std::str;