Bump debug_non_exhaustive stabilization to 1.53.
This commit is contained in:
parent
b8e498162e
commit
b1fac3a5e1
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ impl<'a, 'b: 'a> DebugStruct<'a, 'b> {
|
||||||
/// "Bar { bar: 10, .. }",
|
/// "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 {
|
pub fn finish_non_exhaustive(&mut self) -> fmt::Result {
|
||||||
self.result = self.result.and_then(|_| {
|
self.result = self.result.and_then(|_| {
|
||||||
// Draw non-exhaustive dots (`..`), and open brace if necessary (no fields).
|
// Draw non-exhaustive dots (`..`), and open brace if necessary (no fields).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue