Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XXX: temporarily remove broken tests
doctest failures: ``` proc_macro/struct.Diagnostic.html:14: broken intra-doc link - [<code>Level :: Error</code>] proc_macro/struct.Diagnostic.html:15: broken intra-doc link - [<code>Level :: Error</code>] proc_macro/struct.Diagnostic.html:16: broken intra-doc link - [<code>Level :: Warning</code>] proc_macro/struct.Diagnostic.html:17: broken intra-doc link - [<code>Level :: Warning</code>] proc_macro/struct.Diagnostic.html:18: broken intra-doc link - [<code>Level :: Note</code>] proc_macro/struct.Diagnostic.html:19: broken intra-doc link - [<code>Level :: Note</code>] proc_macro/struct.Diagnostic.html:20: broken intra-doc link - [<code>Level :: Help</code>] proc_macro/struct.Diagnostic.html:21: broken intra-doc link - [<code>Level :: Help</code>] checked links in: 3.9s number of HTML files scanned: 32308 number of HTML redirects found: 10094 number of links checked: 2259114 number of links ignored due to external: 112863 number of links ignored due to exceptions: 19 number of intra doc links ignored: 25 errors found: 8 found some broken links ``` XXX: caused by changes in pretty-printing: `Level::Error` -> `Level :: Error`.
- Loading branch information