Fix typo: irrevelent
-> irrelevant
This commit is contained in:
parent
8e5c5a64a5
commit
2b3c0ade6d
@ -13,7 +13,7 @@ declare_clippy_lint! {
|
||||
/// **Why is this bad?** Since `&` is Copy, it's useless to have a
|
||||
/// reference on `Option<&T>`.
|
||||
///
|
||||
/// **Known problems:** It may be irrevelent to use this lint on
|
||||
/// **Known problems:** It may be irrelevant to use this lint on
|
||||
/// public API code as it will make a breaking change to apply it.
|
||||
///
|
||||
/// **Example:**
|
||||
|
Loading…
x
Reference in New Issue
Block a user