Mark rt module as #[doc(hidden)]

This commit is contained in:
Chris Wong 2015-01-17 11:53:40 +13:00
parent e4a804a365
commit b984ef19cd

View file

@ -51,8 +51,7 @@ impl<'a> Markup<'a> {
/// Internal functions used by the `maud_macros` package. You should
/// never need to call these directly.
#[experimental = "These functions should not be called directly.
Use the macros in `maud_macros` instead."]
#[doc(hidden)]
pub mod rt {
use std::fmt;
use super::Markup;