]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r=Mark...
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 17 Jul 2020 21:08:55 +0000 (14:08 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 21:08:55 +0000 (14:08 -0700)
commit3006ea3560b454404a653a0677a3d03790d5455b
tree34288392ee69b3c07ee1e5a021a086b40a26a8dd
parent39d5a61f2e4e237123837f5162cc275c2fd7e625
parent5f6c07937ae4afcf80644a82da5f95af97044efd
Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r=Mark-Simulacrum

Enforce even more the code blocks attributes check through rustdoc

`rustdoc` now has a lint which allows it to warn if a code block attribute is malformated (which can end up in bad situations, even more in case of testing examples!). Now it'll fail if such a situation is encountered when testing markdown code blocks examples.

r? @Mark-Simulacrum
src/librustdoc/core.rs