Stop re-exporting check_match::Constructor.

This commit is contained in:
Ms2ger 2016-03-31 14:54:09 +02:00
parent 30a3849f22
commit 8cd9c2b259
2 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
pub use self::Constructor::*;
use self::Constructor::*;
use self::Usefulness::*;
use self::WitnessPreference::*;