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
src Disable AsRef implementations for String's Drain. 2020-09-09 19:57:57 +02:00
tests
Cargo.toml