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.
This commit is contained in:
Joshua Nelson 2021-01-20 19:18:23 -05:00
parent a4cbb44ae2
commit 1f6f750ade

View File

@ -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;