From: Corey Farwell Date: Fri, 17 Mar 2017 12:49:03 +0000 (-0400) Subject: Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f47a377c6ebf9aafb079f9d33771a70995d5a551;p=rust.git 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 --- f47a377c6ebf9aafb079f9d33771a70995d5a551