rustdoc: Begin writting the attribute extracting pass
This commit is contained in:
parent
a0ed75bc49
commit
cf40b60b5a
2 changed files with 68 additions and 3 deletions
|
|
@ -76,6 +76,7 @@ fn run(source_file: str) {
|
|||
let srv = astsrv::mk_seq_srv_from_file(source_file);
|
||||
let doc = extract::from_srv(srv, default_name);
|
||||
let doc = run_passes(srv, doc, [
|
||||
attr_pass::run,
|
||||
tystr_pass::run
|
||||
]);
|
||||
gen::write_markdown(doc, std::io::stdout());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue