summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_vec.rs
AgeCommit message (Collapse)AuthorLines
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-2/+2
These explicit lifetimes can be ommitted because of lifetime elision rules. Instances were found using rust-clippy.
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-0/+207
interface since in practice no delegates had any state.