Skip to content

Commit

Permalink
Bump debug_non_exhaustive stabilization to 1.53.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Mar 24, 2021
1 parent b8e4981 commit b1fac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/fmt/builders.rs
Expand Up @@ -185,7 +185,7 @@ impl<'a, 'b: 'a> DebugStruct<'a, 'b> {
/// "Bar { bar: 10, .. }",
/// );
/// ```
#[stable(feature = "debug_non_exhaustive", since = "1.52.0")]
#[stable(feature = "debug_non_exhaustive", since = "1.53.0")]
pub fn finish_non_exhaustive(&mut self) -> fmt::Result {
self.result = self.result.and_then(|_| {
// Draw non-exhaustive dots (`..`), and open brace if necessary (no fields).
Expand Down

0 comments on commit b1fac3a

Please sign in to comment.