Skip to content

Commit 3908ed7

Browse files
committed
---
yaml --- r: 7345 b: refs/heads/master c: c87b820 h: refs/heads/master i: 7343: f364ae5 v: v3
1 parent 5f1ff9c commit 3908ed7

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b768df4ea30b50e64c8bf08ca32f9e06a4ae28a6
2+
refs/heads/master: c87b8202984de9f1a7f9c3f1f13938108022deaf

trunk/src/rustdoc/attr_pass.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import rustc::syntax::ast;
2+
3+
export run;
4+
5+
fn run(
6+
_doc: doc::cratedoc,
7+
_crate: @ast::crate
8+
) -> doc::cratedoc {
9+
fail;
10+
}

trunk/src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ mod attr_parser;
1313
mod doc;
1414
mod gen;
1515
mod fold;
16+
mod attr_pass;
1617
mod tystr_pass;

0 commit comments

Comments
 (0)