Fallout from renaming

This commit is contained in:
Aaron Turon
2014-09-14 20:27:36 -07:00
parent d8dfe1957b
commit fc525eeb4e
210 changed files with 793 additions and 782 deletions

View File

@@ -167,7 +167,7 @@ impl TocBuilder {
// get the thing we just pushed, so we can borrow the string
// out of it with the right lifetime
let just_inserted = self.chain.mut_last().unwrap();
let just_inserted = self.chain.last_mut().unwrap();
just_inserted.sec_number.as_slice()
}
}