refine set of allowed warnings in new-box-syntax.rs test.

This commit is contained in:
Felix S. Klock II 2015-07-22 15:32:17 +02:00
parent a81f88d4d6
commit 7a700341e7

View File

@ -13,7 +13,7 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
#![allow(warnings)]
#![allow(dead_code, unused_variables)]
#![feature(box_syntax, box_heap)]
#![feature(placement_in_syntax)]