Skip to content

Commit 5ca4094

Browse files
committed
Better code formatting
1 parent ad132c0 commit 5ca4094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/traits/coherence.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ fn ty_is_local_constructor(ty: Ty, in_crate: InCrate) -> bool {
481481
ty::TyGenerator(..) |
482482
ty::TyGeneratorWitness(..) |
483483
ty::TyAnon(..) |
484-
ty::TyUnusedParam | ty::TyLayoutOnlyParam(_, _) => {
484+
ty::TyUnusedParam |
485+
ty::TyLayoutOnlyParam(_, _) => {
485486
bug!("ty_is_local invoked on unexpected type: {:?}", ty)
486487
}
487488
}

0 commit comments

Comments
 (0)