diff options
| author | bors <bors@rust-lang.org> | 2021-01-21 05:27:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-01-21 05:27:30 +0000 |
| commit | 57a71ac0e17e4f7070b090ab7bdc5474d8e37ecc (patch) | |
| tree | 400b89252f95b5c170b52ee75cea7fef2ee3f5fe | |
| parent | 3aa325221041bc4aba3ffc637b7a2cd475617aad (diff) | |
| parent | 1f6f750adeb3c9753272ce074243b88f9b3ecc81 (diff) | |
| download | rust-57a71ac0e17e4f7070b090ab7bdc5474d8e37ecc.tar.gz rust-57a71ac0e17e4f7070b090ab7bdc5474d8e37ecc.zip | |
Auto merge of #81231 - jyn514:flaky-test-2, r=Mark-Simulacrum
Remove flaky test See https://github.com/rust-lang/rust/pull/81197 for what's going on here; this is a temporary stopgap until someone has time to review the proper fix. r? `@ghost`
| -rw-r--r-- | src/test/rustdoc/issue-80893.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/rustdoc/issue-80893.rs b/src/test/rustdoc/issue-80893.rs deleted file mode 100644 index 7c958a80be3..00000000000 --- a/src/test/rustdoc/issue-80893.rs +++ /dev/null @@ -1,6 +0,0 @@ -// compile-flags: --test -Z unstable-options --test-builder true - -/// ```no_run -/// This tests that `--test-builder` is accepted as a flag by rustdoc. -/// ``` -pub struct Foo; |
