We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3708c59 commit ede0998Copy full SHA for ede0998
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 015ed669505c6a9af74f9eedc4379696473eaed7
+refs/heads/master: 282236510637ed0ac6ff456a35d9afcc2ff866ca
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/librustdoc/sectionalize_pass.rs
@@ -251,6 +251,12 @@ fn should_sectionalize_impl_methods() {
251
#[cfg(test)]
252
mod test {
253
#[legacy_exports];
254
+
255
+ use astsrv;
256
+ use attr_pass;
257
+ use doc;
258
+ use extract;
259
260
fn mk_doc(source: ~str) -> doc::Doc {
261
do astsrv::from_str(source) |srv| {
262
let doc = extract::from_srv(srv, ~"");
0 commit comments