Skip to content

Commit 90ca500

Browse files
committed
Switch to finish_non_exhaustive()
1 parent 26bb664 commit 90ca500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

timely/src/dataflow/stream.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ where
9595
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
9696
f.debug_struct("Stream")
9797
.field("source", &self.name)
98-
// TODO: Use `.finish_non_exhaustive()` after rust/#67364 lands
99-
.finish()
98+
.finish_non_exhaustive()
10099
}
101100
}

0 commit comments

Comments
 (0)