Skip to content

Commit b1fac3a

Browse files
authored
Bump debug_non_exhaustive stabilization to 1.53.
1 parent b8e4981 commit b1fac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/builders.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ impl<'a, 'b: 'a> DebugStruct<'a, 'b> {
185185
/// "Bar { bar: 10, .. }",
186186
/// );
187187
/// ```
188-
#[stable(feature = "debug_non_exhaustive", since = "1.52.0")]
188+
#[stable(feature = "debug_non_exhaustive", since = "1.53.0")]
189189
pub fn finish_non_exhaustive(&mut self) -> fmt::Result {
190190
self.result = self.result.and_then(|_| {
191191
// Draw non-exhaustive dots (`..`), and open brace if necessary (no fields).

0 commit comments

Comments
 (0)