File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15510,7 +15510,7 @@ <h3>Example</h3>
1551015510 second_string: String,
1551115511}
1551215512</code></pre>
15513- </div><div class="lint-additional-info"><div>Applicability: <span class="label applicability">MaybeIncorrect</span><a href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint_defs/enum.Applicability.html#variants">(?)</a></div><div>Added in: <span class="label label-version">1.41.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+tabs_in_doc_comments">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/tabs_in_doc_comments.rs#L8 ">View Source</a></div></div></article><article id="temporary_assignment"><input id="label-temporary_assignment" type="checkbox"><label for="label-temporary_assignment"><h2 class="lint-title"><div class="panel-title-name" id="lint-temporary_assignment">temporary_assignment
15513+ </div><div class="lint-additional-info"><div>Applicability: <span class="label applicability">MaybeIncorrect</span><a href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint_defs/enum.Applicability.html#variants">(?)</a></div><div>Added in: <span class="label label-version">1.41.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+tabs_in_doc_comments">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/tabs_in_doc_comments.rs#L10 ">View Source</a></div></div></article><article id="temporary_assignment"><input id="label-temporary_assignment" type="checkbox"><label for="label-temporary_assignment"><h2 class="lint-title"><div class="panel-title-name" id="lint-temporary_assignment">temporary_assignment
1551415514<a href="#temporary_assignment" class="anchor label">¶</a> <a href="" class="copy-to-clipboard anchor label">📋</a></div><span class="label lint-group group-complexity">complexity</span> <span class="label lint-level level-warn">warn</span> <span class="label doc-folding"></span></h2></label><div class="lint-docs"><div class="lint-doc-md"><h3>What it does</h3>
1551515515<p>Checks for construction of a structure or tuple just to
1551615516assign a value in it.</p>
You can’t perform that action at this time.
0 commit comments