Fallout from stabilization

This commit is contained in:
Aaron Turon
2014-12-30 10:51:18 -08:00
parent 6e1879eaf1
commit 6abfac083f
78 changed files with 410 additions and 425 deletions

View File

@@ -398,7 +398,7 @@ fn primitive_link(f: &mut fmt::Formatter,
Some(root) => {
try!(write!(f, "<a href='{}{}/primitive.{}.html'>",
root,
path.0.head().unwrap(),
path.0.first().unwrap(),
prim.to_url_str()));
needs_termination = true;
}