Skip to content

Commit

Permalink
Silence warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 23, 2018
1 parent 177271f commit dd67fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/trait-bounds-not-on-struct.rs
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
// except according to those terms.

#![feature(dyn_trait)]
#![allow(bare_trait_object)]

struct Foo;

0 comments on commit dd67fe1

Please sign in to comment.