diff --git a/maud/src/lib.rs b/maud/src/lib.rs
index 018af45..e5e196b 100644
--- a/maud/src/lib.rs
+++ b/maud/src/lib.rs
@@ -33,7 +33,7 @@ use std::fmt::{self, Write};
 ///
 /// # Example
 ///
-/// ```rust
+/// ```rust,ignore
 /// /// Provides a shorthand for linking to a CSS stylesheet.
 /// pub struct Stylesheet(&'static str);
 ///