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 0b64f98 commit a1cc16dCopy full SHA for a1cc16d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 237d96512a93c72254ece175aed5ced912fbfefe
+refs/heads/master: 906a7c217454710c866f4593cecd6ba9438d5a8b
trunk/src/rustdoc/gen.rs
@@ -1,3 +1,8 @@
+type rustdoc = {
+ ps: pprust::ps,
3
+ w: io::writer
4
+};
5
+
6
#[doc(
7
brief = "Generate a crate document header.",
8
args(rd = "Rustdoc context",
0 commit comments