Skip to content

Commit 1c7df44

Browse files
committed
Auto merge of rust-lang#8085 - jqnatividad:8084-needless_lifetimes_typo, r=giraffate
`needless_lifetimes` Known problems typo fixes rust-lang#8084 [needless_lifetimes] changelog: none
2 parents f615ea4 + d91b91a commit 1c7df44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lifetimes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare_clippy_lint! {
2929
///
3030
/// ### Known problems
3131
/// - We bail out if the function has a `where` clause where lifetimes
32-
/// are mentioned due to potenial false positives.
32+
/// are mentioned due to potential false positives.
3333
/// - Lifetime bounds such as `impl Foo + 'a` and `T: 'a` must be elided with the
3434
/// placeholder notation `'_` because the fully elided notation leaves the type bound to `'static`.
3535
///

0 commit comments

Comments
 (0)