Auto merge of #10928 - servo:warnings, r=mbrubeck

Fix some warnings

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10928)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-30 05:16:46 -07:00
commit 0f1a921ba6
5 changed files with 6 additions and 8 deletions

View file

@ -11,7 +11,6 @@
#![feature(plugin)]
#![feature(raw)]
#![feature(step_by)]
#![feature(str_char)]
#![feature(unsafe_no_drop_flag)]
#![deny(unsafe_code)]