We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f615ea4 + d91b91a commit 1c7df44Copy full SHA for 1c7df44
clippy_lints/src/lifetimes.rs
@@ -29,7 +29,7 @@ declare_clippy_lint! {
29
///
30
/// ### Known problems
31
/// - We bail out if the function has a `where` clause where lifetimes
32
- /// are mentioned due to potenial false positives.
+ /// are mentioned due to potential false positives.
33
/// - Lifetime bounds such as `impl Foo + 'a` and `T: 'a` must be elided with the
34
/// placeholder notation `'_` because the fully elided notation leaves the type bound to `'static`.
35
0 commit comments