Skip to content

Commit dd67fe1

Browse files
committedFeb 23, 2018
Silence warning in test
1 parent 177271f commit dd67fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/test/compile-fail/trait-bounds-not-on-struct.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(dyn_trait)]
12+
#![allow(bare_trait_object)]
1213

1314
struct Foo;
1415

0 commit comments

Comments
 (0)
Please sign in to comment.