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.
needless_lifetimes
1 parent 48d939f commit d91b91aCopy full SHA for d91b91a
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