diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-20 13:56:35 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-20 15:36:25 -0700 |
commit | de71f9ce45f45024782a72c1ff55aea5a46a44da (patch) | |
tree | 9f56dfa0348380d050d208e018d6c5cefcc45c3a | |
parent | 7ff8306b65e3ac1d478ae156626adab962001bb6 (diff) |
Capitalize, punctuate, and format a comment
-rw-r--r-- | src/ir/analysis/derive_debug.rs | 4 |
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(..) | |