Skip to content

Commit 4b75931

Browse files
author
Jorge Aparicio
committed
fix import in cfail test
1 parent 788181d commit 4b75931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-17728.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use std::fmt::{Show, Formatter, Error};
11+
use std::fmt::{Debug, Formatter, Error};
1212
use std::collections::HashMap;
1313

1414
trait HasInventory {

0 commit comments

Comments
 (0)