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.
irrevelent
irrelevant
1 parent 8e5c5a6 commit 2b3c0adCopy full SHA for 2b3c0ad
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