mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
librustdoc: More text fixes. rs=busted
This commit is contained in:
@@ -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, ~"");
|
||||
|
||||
Reference in New Issue
Block a user