fix import in cfail test

This commit is contained in:
Jorge Aparicio 2015-01-28 10:47:19 -05:00
parent 788181d405
commit 4b75931ce2

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use std::fmt::{Show, Formatter, Error};
use std::fmt::{Debug, Formatter, Error};
use std::collections::HashMap;
trait HasInventory {