Auto merge of #6558 - stanislav-tkach:patch-2, r=flip1995
Fix typo: `irrevelent` -> `irrelevant` changelog: none
This commit is contained in:
commit
e15bef9d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue