Mark rt
module as #[doc(hidden)]
This commit is contained in:
parent
e4a804a365
commit
b984ef19cd
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue