Silence warning in test

This commit is contained in:
Manish Goregaokar 2018-02-23 13:00:11 -08:00
parent 177271f914
commit dd67fe1727

View File

@ -9,6 +9,7 @@
// except according to those terms.
#![feature(dyn_trait)]
#![allow(bare_trait_object)]
struct Foo;