Skip to content

Commit e15bef9

Browse files
committed
Auto merge of rust-lang#6558 - stanislav-tkach:patch-2, r=flip1995
Fix typo: `irrevelent` -> `irrelevant` changelog: none
2 parents 8e5c5a6 + 2b3c0ad commit e15bef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ref_option_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare_clippy_lint! {
1313
/// **Why is this bad?** Since `&` is Copy, it's useless to have a
1414
/// reference on `Option<&T>`.
1515
///
16-
/// **Known problems:** It may be irrevelent to use this lint on
16+
/// **Known problems:** It may be irrelevant to use this lint on
1717
/// public API code as it will make a breaking change to apply it.
1818
///
1919
/// **Example:**

0 commit comments

Comments
 (0)