File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4046,7 +4046,7 @@ declare_clippy_lint! {
4046
4046
/// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types.
4047
4047
///
4048
4048
/// ### Why is this bad?
4049
- /// It can be done in one call with `.contains()`/`.contains_keys ()`.
4049
+ /// It can be done in one call with `.contains()`/`.contains_key ()`.
4050
4050
///
4051
4051
/// ### Example
4052
4052
/// ```no_run
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ <h2 class="panel-title"> {# #}
186
186
{# Jump to source #}
187
187
{% if let Some(id_location) = lint.id_location %}
188
188
< div class ="lint-additional-info-item "> {# #}
189
- < a href ="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/ {{id_location}} "> View Source</ a > {# #}
189
+ < a href ="https://github.com/rust-lang/rust-clippy/blob/master/{{id_location}} "> View Source</ a > {# #}
190
190
</ div >
191
191
{% endif %}
192
192
</ div > {# #}
You can’t perform that action at this time.
0 commit comments