diff --git a/maud/src/lib.rs b/maud/src/lib.rs
index ef2d12f..a823fa4 100644
--- a/maud/src/lib.rs
+++ b/maud/src/lib.rs
@@ -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;