about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJed Davis <jld@panix.com>2013-04-30 12:07:10 -0700
committerJed Davis <jld@panix.com>2013-04-30 12:07:10 -0700
commit4701716b56a22e209223110ce7d4aa9be45839da (patch)
treef7c5e30dd7dae5ee71e74e07e7cb36d0148fe10d
parent41d06dbd28a9c26ecf114c020c6d855252fe323c (diff)
downloadrust-4701716b56a22e209223110ce7d4aa9be45839da.tar.gz
rust-4701716b56a22e209223110ce7d4aa9be45839da.zip
Revert "doc: XFAIL mysterious failure on bots"
This reverts commit 2c6dae081b72d33a2c51b5f46436e6350bb3682f.
-rw-r--r--doc/rust.md2
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() { }