Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Aug 12, 2019
1 parent 948739f commit ad214fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/ui/self/elision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Legends:
| `struct-async.rs`||| N/A |
| `alias-async.rs`||| N/A |
| `assoc-async.rs`||| N/A |
| `ref-self-async.rs` | || N/A |
| `ref-mut-self-async.rs` | || N/A |
| `ref-struct-async.rs` | || N/A |
| `ref-mut-struct-async.rs` | || N/A |
| `ref-self-async.rs` | X || N/A |
| `ref-mut-self-async.rs` | X || N/A |
| `ref-struct-async.rs` | X || N/A |
| `ref-mut-struct-async.rs` | X || N/A |
| `ref-alias-async.rs` ||| N/A |
| `ref-assoc-async.rs` ||| N/A |
| `ref-mut-alias-async.rs` ||| N/A |
| `lt-self-async.rs` | ✓ | ✓ | N/A
| `lt-struct-async.rs` | ✓ | ✓ | N/A
| `lt-alias-async.rs` | ✓ | ✓ | N/A
| `lt-assoc-async.rs` | ✓ | ✓ | N/A
| `lt-ref-self-async.rs` | || N/A |
| `lt-ref-self-async.rs` | X || N/A |

0 comments on commit ad214fe

Please sign in to comment.