Auto merge of #8922 - saneyuki:warning, r=mbrubeck

Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8922)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-11 04:57:58 +05:30
commit d01233a7b4
17 changed files with 23 additions and 30 deletions

View file

@ -4,7 +4,6 @@
#![feature(nonzero)]
#![feature(slice_bytes)]
#![feature(vec_push_all)]
#![feature(plugin)]
#![plugin(plugins)]