File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 > {# #}
You can’t perform that action at this time.
0 commit comments