fix import in cfail test
This commit is contained in:
parent
788181d405
commit
4b75931ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue