]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/misc_early.rs
Auto merge of #3946 - rchaser53:issue-3920, r=flip1995
[rust.git] / clippy_lints / src / misc_early.rs
index e42f0bfae897801499750637824556248426b4a1..3d41195f34969c624d03f3967964ea9c3293d867 100644 (file)
@@ -194,7 +194,7 @@ fn name(&self) -> &'static str {
     }
 }
 
-// Used to find `return` statements or equivalents e.g. `?`
+// Used to find `return` statements or equivalents e.g., `?`
 struct ReturnVisitor {
     found_return: bool,
 }