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 8e5c5a6 + 2b3c0ad commit e15bef9Copy full SHA for e15bef9
clippy_lints/src/ref_option_ref.rs
@@ -13,7 +13,7 @@ declare_clippy_lint! {
13
/// **Why is this bad?** Since `&` is Copy, it's useless to have a
14
/// reference on `Option<&T>`.
15
///
16
- /// **Known problems:** It may be irrevelent to use this lint on
+ /// **Known problems:** It may be irrelevant to use this lint on
17
/// public API code as it will make a breaking change to apply it.
18
19
/// **Example:**
0 commit comments