File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ Here is current (as of this writing) list of passes:
116
116
markdown to like it. This is necessary because the convention for writing
117
117
documentation is to provide a space between the ` /// ` or ` //! ` marker and the
118
118
text, and stripping that leading space will make the text easier to parse by
119
- the Markdown parser. (In my experience it's less necessary now that we have a
120
- Commonmark- compliant parser, since it doesn't have a problem with headers
121
- that have a space before the ` ## ` that marks the heading .)
119
+ the Markdown parser. (In the past, the markdown parser used was not Commonmark-
120
+ compliant, which caused annoyances with extra whitespace but this seems to be
121
+ less of an issue today .)
122
122
- ` strip-priv-imports ` strips all private import statements (` use ` , `extern
123
123
crate`) from a crate. This is necessary because rustdoc will handle * public*
124
124
imports by either inlining the item's documentation to the module or creating
You can’t perform that action at this time.
0 commit comments