Skip to content

Commit f77b6fe

Browse files
committed
Review fix
1 parent 5427d3b commit f77b6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_middle/ty/print/pretty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ pub trait PrettyPrinter<'tcx>:
294294
true,
295295
));
296296
}
297-
(ExternCrateSource::Path, LOCAL_CRATE) if self.tcx().sess.rust_2018() => {
297+
(ExternCrateSource::Path, LOCAL_CRATE) => {
298298
debug!("try_print_visible_def_path: def_id={:?}", def_id);
299299
return Ok((self.path_crate(cnum)?, true));
300300
}

0 commit comments

Comments
 (0)