From 3120eb719df4e7606bba61330adcfec77e0f4702 Mon Sep 17 00:00:00 2001 From: Chris Wong <lambda.fairy@gmail.com> Date: Sat, 8 Oct 2016 22:31:46 +1300 Subject: [PATCH] Fix test breakage (again) I should try testing changes before pushing them lol --- maud/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ///