summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/util/stack.rs
AgeCommit message (Collapse)Author
2021-10-31runner: add Stack typeMatthias Schiffer
A Stack guarantees that elements are dropped in reverse push order.