about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorJakub Wieczorek <jakub@jakub.cc>2014-06-21 14:56:23 +0200
committerJakub Wieczorek <jakub@jakub.cc>2014-07-03 09:17:47 +0200
commit6b6edf4702be1a3c984e894cfb568b63ca224a26 (patch)
tree56c6065fdf81d3f9ceb49effcf59b383a3c86d6f /src/doc
parente6c54a12c4d209de9f438b4722657ca381f969a2 (diff)
downloadrust-6b6edf4702be1a3c984e894cfb568b63ca224a26.tar.gz
rust-6b6edf4702be1a3c984e894cfb568b63ca224a26.zip
Improve code reuse between trans/_match.rs and check_match.rs
The specialization logic for patterns is really the same in both
exhaustiveness/reachability checking and codegen.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rust.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md
index 58819a3cf48..11e635a5af6 100644
--- a/src/doc/rust.md
+++ b/src/doc/rust.md
@@ -2155,8 +2155,6 @@ These are functions:
 
 * `str_eq`
   : Compare two strings (`&str`) for equality.
-* `uniq_str_eq`
-  : Compare two owned strings (`String`) for equality.
 * `strdup_uniq`
   : Return a new unique string
     containing a copy of the contents of a unique string.