Skip to content

Commit d3b534b

Browse files
committed
manual formatting
1 parent d8c29b3 commit d3b534b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ impl<'tcx> LateLintPass<'tcx> for TrivialConstraints {
16541654
Coerce(..) |
16551655
ConstEvaluatable(..) |
16561656
ConstEquate(..) |
1657-
OpaqueType(..) |
1657+
OpaqueType(..) |
16581658
TypeWellFormedFromEnv(..) => continue,
16591659
};
16601660
if predicate.is_global() {

0 commit comments

Comments
 (0)