libfringe/src
edef d49557a55a Require Stack to be 'static
Our strategy of leaking the Stack to ensure safety is only effective if
the lifetime of the underlying stack memory is controlled by the
destructor of the Stack. We don't add this bound to unsafe_new, so that
users who wish to provide the necessary guarantees themselves can do so.
2017-03-16 22:40:20 +01:00
..
arch Fix should_panic attributes 2017-02-25 14:24:36 +01:00
debug use valgrind_request from crates.io 2016-08-30 13:43:51 -04:00
stack Clean up the stack implementations 2016-09-30 21:39:15 -04:00
generator.rs Require Stack to be 'static 2017-03-16 22:40:20 +01:00
lib.rs Leak the stack if it's unsafe to drop it 2017-03-16 22:40:20 +01:00