rust-lang/rust/pull/19955 killed TrieMap and a few other collection types. quickcheck provides an Arbitrary impl for TrieMap, but not for any other of the removed collections. What would make more sense - following stdlib and killing the TrieMap impl altogether, or using the collect crate as dependency?
rust-lang/rust/pull/19955 killed
TrieMapand a few other collection types.quickcheckprovides anArbitraryimpl forTrieMap, but not for any other of the removed collections. What would make more sense - following stdlib and killing theTrieMapimpl altogether, or using the collect crate as dependency?