Skip to content

Commit 1d26014

Browse files
committed
Auto merge of rust-lang#80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov
Bump rustfmt version
2 parents 9e35ed5 + a962686 commit 1d26014

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/src/default.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,11 @@ macro_rules! default_impl {
173173
impl Default for $t {
174174
#[inline]
175175
#[doc = $doc]
176-
fn default() -> $t { $v }
176+
fn default() -> $t {
177+
$v
178+
}
177179
}
178-
}
180+
};
179181
}
180182

181183
default_impl! { (), (), "Returns the default value of `()`" }

0 commit comments

Comments
 (0)