Auto merge of #4148 - sanxiyn:typo, r=Manishearth

Fix typo in comment
This commit is contained in:
bors
2019-05-27 03:38:19 +00:00
+1 -1
View File
@@ -2157,7 +2157,7 @@ macro_rules! lint_with_both_lhs_and_rhs {
lint_with_both_lhs_and_rhs!(lint_chars_last_cmp_with_unwrap, cx, info);
}
/// Wrapper fn for `CHARS_NEXT_CMP` and `CHARS_NEXT_CMP` lints.
/// Wrapper fn for `CHARS_NEXT_CMP` and `CHARS_LAST_CMP` lints.
fn lint_chars_cmp(
cx: &LateContext<'_, '_>,
info: &BinaryExprInfo<'_>,