Skip to content

Commit 29029c0

Browse files
committed
Fix formatting
1 parent ff1ecc0 commit 29029c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/core/src/result.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,9 @@ impl<T, E> const ops::Try for Result<T, E> {
19101910

19111911
#[unstable(feature = "try_trait_v2", issue = "84277")]
19121912
#[rustc_const_unstable(feature = "const_convert", issue = "88674")]
1913-
impl<T, E, F: ~const From<E>> const ops::FromResidual<Result<convert::Infallible, E>> for Result<T, F> {
1913+
impl<T, E, F: ~const From<E>> const ops::FromResidual<Result<convert::Infallible, E>>
1914+
for Result<T, F>
1915+
{
19141916
#[inline]
19151917
fn from_residual(residual: Result<convert::Infallible, E>) -> Self {
19161918
match residual {

0 commit comments

Comments
 (0)