summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ir/analysis/derive_debug.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/analysis/derive_debug.rs b/src/ir/analysis/derive_debug.rs
index c62c9610..e5046490 100644
--- a/src/ir/analysis/derive_debug.rs
+++ b/src/ir/analysis/derive_debug.rs
@@ -149,8 +149,8 @@ impl<'ctx, 'gen> MonotoneFramework for CannotDeriveDebug<'ctx, 'gen> {
};
match *ty.kind() {
- // handle the simple case
- // These can derive debug without further information
+ // Handle the simple cases. These can derive debug without further
+ // information
TypeKind::Void |
TypeKind::NullPtr |
TypeKind::Int(..) |