rust/src/libstd/collections
bors 1e4e55aebc auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
I found some occurrences of "failure" and "fails" in the documentation. I changed them to "panics" if it means a task panic. Otherwise I left it as is, or changed it to "errors" to clearly distinguish them.

Also, I made a minor fix that is breaking the layout of a module page. "Example" is shown in an irrelevant place from the following page: http://doc.rust-lang.org/std/os/index.html
2014-11-14 18:17:28 +00:00
..
hash auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton 2014-11-14 18:17:28 +00:00
lru_cache.rs Implements Extend for EnumSet and LruCache 2014-11-08 15:02:09 +01:00
mod.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00