diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-01-20 19:18:23 -0500 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-01-20 19:18:23 -0500 |
| commit | 1f6f750adeb3c9753272ce074243b88f9b3ecc81 (patch) | |
| tree | e348b448063d7b069a4df0ed3153bde7631f1f1b | |
| parent | a4cbb44ae2c80545db957763b502dc7f6ea22085 (diff) | |
| download | rust-1f6f750adeb3c9753272ce074243b88f9b3ecc81.tar.gz rust-1f6f750adeb3c9753272ce074243b88f9b3ecc81.zip | |
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.
| -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; |
