]> git.lizzy.rs Git - rust.git/commit
Make the deprecated unstable SipHasher24 type private.
authorSimon Sapin <simon.sapin@exyr.org>
Sat, 17 Mar 2018 09:40:49 +0000 (10:40 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Sat, 17 Mar 2018 10:07:02 +0000 (11:07 +0100)
commitc5f020a64014d461ce997ea6e2e801f17aa44b08
tree6ed18984f240f8748e7787ddc6a9fd2067c97b30
parentcc34ca1c9787fde84116637a0cee92fc5e375e3d
Make the deprecated unstable SipHasher24 type private.

It is still used by the deprecated *stable* `SipHasher` type.
src/libcore/hash/mod.rs
src/libcore/hash/sip.rs
src/libcore/tests/hash/sip.rs