Skip to content

Commit d91b91a

Browse files
committed
needless_lifetimes Known problems typo
fixes #8084
1 parent 48d939f commit d91b91a

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)