From 6f6b099f5daf6283a19ee2cccc4b1458890486ec Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Sun, 16 Mar 2014 18:29:51 -0400 Subject: [PATCH 1/3] rustdoc: html: use raw strings for great justice --- src/librustdoc/html/layout.rs | 58 +++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 317571ebc3ff6..095f27d25b350 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -29,53 +29,53 @@ pub fn render( -> fmt::Result { write!(dst, -" - +r##" + - + {title} - + - {favicon, select, none{} other{}} + {favicon, select, none{} other{}} -
+ -