Skip to content

Commit 2822365

Browse files
committed
librustdoc: More text fixes. rs=busted
1 parent 015ed66 commit 2822365

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/librustdoc/sectionalize_pass.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ fn should_sectionalize_impl_methods() {
251251
#[cfg(test)]
252252
mod test {
253253
#[legacy_exports];
254+
255+
use astsrv;
256+
use attr_pass;
257+
use doc;
258+
use extract;
259+
254260
fn mk_doc(source: ~str) -> doc::Doc {
255261
do astsrv::from_str(source) |srv| {
256262
let doc = extract::from_srv(srv, ~"");

0 commit comments

Comments
 (0)