]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #96651 - ken-matsui:omit-unnecessary-help-to-add-cfg-test, r=cjgillot
authorYuki Okushi <jtitor@2k36.org>
Tue, 17 May 2022 22:40:56 +0000 (07:40 +0900)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 22:40:56 +0000 (07:40 +0900)
commit78c709ca9b3a9f9e6f6276ff014d9ab3f9c675a0
tree1dec1541472e8a5ee3068303353692d2f591ccd8
parentce49ce2f7ea1841950dd89937c7b4b343c273cbb
parent03007dee7994ebb874614c33ecc2c0aab22f07b0
Rollup merge of #96651 - ken-matsui:omit-unnecessary-help-to-add-cfg-test, r=cjgillot

Omit unnecessary help to add `#[cfg(test)]` when already annotated

Closes: https://github.com/rust-lang/rust/issues/96611
The related PR is: https://github.com/rust-lang/rust/pull/91770