mem_replace: fix grammar.

This commit is contained in:
Jay Kickliter
2018-09-19 14:54:38 -07:00
parent 2f53aaa5bd
commit 79cda3bb1e
+1 -1
View File
@@ -54,7 +54,7 @@ fn check_expr(&mut self, cx: &LateContext<'a, 'tcx>, expr: &'tcx Expr) {
then {
// Since this is a late pass (already type-checked),
// and we already know that the second argument is an
// `Option`, we do not need to check if the first
// `Option`, we do not need to check the first
// argument's type. All that's left is to get
// replacee's path.
let replaced_path = match func_args[0].node {