Skip to content

Commit 611221d

Browse files
authored
Update compiler/rustc_resolve/src/imports.rs
1 parent 4a5c46f commit 611221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/imports.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl<'a> std::fmt::Debug for ImportKind<'a> {
8484
.field("type_ns_only", type_ns_only)
8585
.field("nested", nested)
8686
.field("additional_ids", additional_ids)
87-
.finish(),
87+
.finish_non_exhaustive(),
8888
Glob { ref is_prelude, ref max_vis } => f
8989
.debug_struct("Glob")
9090
.field("is_prelude", is_prelude)

0 commit comments

Comments
 (0)