]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33309 - birkenfeld:pp, r=nrc
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 2 May 2016 19:32:43 +0000 (01:02 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 02:35:26 +0000 (08:05 +0530)
commit308f10cdf5d1ddc8824e179d74951a7bd90b9476
tree17e52e1bd80d0dcd6f75799608f8ac48acc39b49
parent40199f68d909cc15c67de61389328c005062502d
parent41861691ebbb736a0f0dfdab142d2302dd7b87ae
Rollup merge of #33309 - birkenfeld:pp, r=nrc

Make libsyntax::print::pp more idiomatic

Minor cleanup, and using VecDeque as a ring buffer instead of a vector.