diff options
| author | boats <boats@mozilla.com> | 2018-03-19 15:48:48 -0700 |
|---|---|---|
| committer | boats <boats@mozilla.com> | 2018-03-19 15:48:48 -0700 |
| commit | 540021ff5d4771d3dfb8ce8ea5346a0ff2c1d060 (patch) | |
| tree | 8d7e820c00e4d71aee8618d2381190d9321e368e | |
| parent | c68885bd053fcff3f1698932716bec2e09371331 (diff) | |
| download | rust-540021ff5d4771d3dfb8ce8ea5346a0ff2c1d060.tar.gz rust-540021ff5d4771d3dfb8ce8ea5346a0ff2c1d060.zip | |
Okay this is the right way.
| -rw-r--r-- | src/test/rustdoc/synthetic_auto/no-redundancy.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs index 5ccee7811d2..daa91c3e12b 100644 --- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs +++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -/* This test is flakey. Commented it out until #49123 is fixed +// ignore-test pub struct Inner<T> { field: T, @@ -26,5 +26,3 @@ where pub struct Outer<T> { inner_field: Inner<T>, } - -*/ |
