rust-managed/src
Marc-Andre Lureau 29066a94f8 Do not constrain Owned variants to 'static lifetime.
This unnecessarily restricts the contents of the container to have
a 'static lifetime, even if otherwise there is no such requirement.
2019-04-24 13:00:53 +00:00
..
lib.rs Remove #![feature(collections_range)], as it is stable since Rust 1.28. 2018-05-31 18:03:46 +00:00
map.rs Update to track changes in liballoc. 2018-07-11 01:00:22 +00:00
object.rs Do not constrain Owned variants to 'static lifetime. 2019-04-24 13:00:53 +00:00
slice.rs Do not constrain Owned variants to 'static lifetime. 2019-04-24 13:00:53 +00:00