]> git.lizzy.rs Git - rust.git/commit
remove mention of specialization from `Hash` trait
authorAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 12 Mar 2015 22:09:52 +0000 (18:09 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 12 Mar 2015 22:09:52 +0000 (18:09 -0400)
commitae21b4f58154abf3837744c91dbe23821ef52f05
treefdf28de6dfe39ff257ff022b0f603a4e0485f449
parent538840bc2d1b634a2a34b2c8bd72d99894058b66
remove mention of specialization from `Hash` trait

It is no longer possible to specialize on the `Hasher` because it moved
to a method-level type parameter.
src/libcore/hash/mod.rs