librustdoc: More text fixes. rs=busted

This commit is contained in:
Patrick Walton 2012-12-29 21:17:06 -08:00
parent 015ed66950
commit 2822365106

View File

@ -251,6 +251,12 @@ fn should_sectionalize_impl_methods() {
#[cfg(test)]
mod test {
#[legacy_exports];
use astsrv;
use attr_pass;
use doc;
use extract;
fn mk_doc(source: ~str) -> doc::Doc {
do astsrv::from_str(source) |srv| {
let doc = extract::from_srv(srv, ~"");