Skip to content

Commit 715ffba

Browse files
committed
WIP pacify the mercilous tidy (normalize_projection_ty)
1 parent 8819b3e commit 715ffba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc/ty/maps/config.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ impl<'tcx, M: QueryConfig<Key=DefId>> QueryDescription<'tcx> for M {
5252
}
5353

5454
impl<'tcx> QueryDescription<'tcx> for queries::normalize_projection_ty<'tcx> {
55-
fn describe(_tcx: TyCtxt, goal: &'tcx Canonical<ParamEnvAnd<'tcx, ty::ProjectionTy<'tcx>>>) -> String {
55+
fn describe(
56+
_tcx: TyCtxt,
57+
goal: &'tcx Canonical<ParamEnvAnd<'tcx, ty::ProjectionTy<'tcx>>>,
58+
) -> String {
5659
format!("normalizing `{:?}`", goal)
5760
}
5861
}

0 commit comments

Comments
 (0)