You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clippy_lints/src/and_then_then_some.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ impl<'tcx> LateLintPass<'tcx> for AndThenThenSome {
53
53
}
54
54
}
55
55
56
-
// This function returns the span of the closure arguments and the receiver of `then_some` (usually `bool`) if the expression passed is a closure whose single expression is a call to `then_some`.
56
+
// This function returns the span of the closure arguments and the receiver of `then_some` (usually
57
+
// `bool`) if the expression passed is a closure whose single expression is a call to `then_some`.
0 commit comments