rust/src/libcore/hash
Corey Farwell f47a377c6e Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton
A few improvements to the `core::hash` top-level docs.

Primarily opened to address the concerns brought up in
https://github.com/rust-lang/rust/issues/40498.

* run rustfmt on code blocks
* use `DefaultHasher` instead of deprecated `SipHasher`
* rename `hash` to `calculate_hash` to prevent confusion with the `hash`
  method
2017-03-17 08:49:03 -04:00
..
mod.rs Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton 2017-03-17 08:49:03 -04:00
sip.rs reference full path DefaultHasher 2016-11-04 17:07:28 +08:00