]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_resolve/lib.rs
rollup merge of #21457: alexcrichton/issue-21436
[rust.git] / src / librustc_resolve / lib.rs
index 4262b03ece29e51f01a682a620632eafd3228213..cb184b6ab718adb2847a050589c09426f1d06f07 100644 (file)
@@ -540,7 +540,7 @@ fn all_imports_resolved(&self) -> bool {
     }
 }
 
-impl fmt::Show for Module {
+impl fmt::Debug for Module {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         write!(f, "{:?}, kind: {:?}, {}",
                self.def_id,