Fix test breakage (again)

I should try testing changes before pushing them lol
This commit is contained in:
Chris Wong 2016-10-08 22:31:46 +13:00
parent 3c9f318c98
commit 3120eb719d

View file

@ -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);
///