rustdoc: Move rustdoc type into the gen module
This commit is contained in:
parent
237d96512a
commit
906a7c2174
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
type rustdoc = {
|
||||
ps: pprust::ps,
|
||||
w: io::writer
|
||||
};
|
||||
|
||||
#[doc(
|
||||
brief = "Generate a crate document header.",
|
||||
args(rd = "Rustdoc context",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue