Remove doc_hidden on message
Rustdoc now properly ignores private modules.
This commit is contained in:
parent
e911f90403
commit
1b6577e942
@ -1,4 +1,3 @@
|
||||
#[doc(hidden)];
|
||||
#[allow(missing_doc)];
|
||||
|
||||
use std::str;
|
||||
|
Loading…
Reference in New Issue
Block a user