-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): remove newlines interpreted as test
When documenting mandatory arguments of a methods builder, it was possible to document 'parts', which have a long multi-line description with empty lines inbetween. This caused the indentation to be funny and tricked rustdoc into thinking these are indented doc-tests. Now we remove these empty lines, also hoping we dont encounter lines with just whitespace in them. The latter would require a tiny update of our regex.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters