diff options
| author | Jed Davis <jld@panix.com> | 2013-04-30 12:07:10 -0700 |
|---|---|---|
| committer | Jed Davis <jld@panix.com> | 2013-04-30 12:07:10 -0700 |
| commit | 4701716b56a22e209223110ce7d4aa9be45839da (patch) | |
| tree | f7c5e30dd7dae5ee71e74e07e7cb36d0148fe10d | |
| parent | 41d06dbd28a9c26ecf114c020c6d855252fe323c (diff) | |
| download | rust-4701716b56a22e209223110ce7d4aa9be45839da.tar.gz rust-4701716b56a22e209223110ce7d4aa9be45839da.zip | |
Revert "doc: XFAIL mysterious failure on bots"
This reverts commit 2c6dae081b72d33a2c51b5f46436e6350bb3682f.
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 136c7ee9da3..9f81b38009f 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -2393,7 +2393,7 @@ variables in the arm's block, and control enters the block. An example of an `match` expression: -~~~~ {.xfail-test} +~~~~ # fn process_pair(a: int, b: int) { } # fn process_ten() { } |
