rust/library/alloc
Mara Bos 829019d404 Disable AsRef implementations for String's Drain.
Since trait implementations cannot be unstable, we should only add them
when the as_str feature gets stabilized. Until then, only `.as_str()` is
available (behind a feature gate).
2020-09-09 19:57:57 +02:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src Disable AsRef implementations for String's Drain. 2020-09-09 19:57:57 +02:00
tests Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 2020-09-07 05:20:46 +00:00
Cargo.toml