Skip to content

Commit 7a70034

Browse files
committed
refine set of allowed warnings in new-box-syntax.rs test.
1 parent a81f88d commit 7a70034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/new-box-syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* Any copyright is dedicated to the Public Domain.
1414
* http://creativecommons.org/publicdomain/zero/1.0/ */
1515

16-
#![allow(warnings)]
16+
#![allow(dead_code, unused_variables)]
1717
#![feature(box_syntax, box_heap)]
1818
#![feature(placement_in_syntax)]
1919

0 commit comments

Comments
 (0)