Skip to content

Commit 979051b

Browse files
author
Ype Kingma
committed
Merge branch 'master' into lifetimes_bound_nested_ref
2 parents 658f2dd + ccb30bf commit 979051b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4046,7 +4046,7 @@ declare_clippy_lint! {
40464046
/// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types.
40474047
///
40484048
/// ### 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()`.
40504050
///
40514051
/// ### Example
40524052
/// ```no_run

util/gh-pages/index_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 class="panel-title"> {# #}
186186
{# Jump to source #}
187187
{% if let Some(id_location) = lint.id_location %}
188188
<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> {# #}
190190
</div>
191191
{% endif %}
192192
</div> {# #}

0 commit comments

Comments
 (0)