Skip to content

Commit 5aefd7d

Browse files
author
GHA CI
committed
Automatic deploy to GitHub Pages: 526ab45
1 parent 888bd35 commit 5aefd7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

master/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h3>Example</h3>
785785
<pre><code class="language-rust">let _x = 2i32.to_be_bytes();
786786
let _y = 2i64.to_be_bytes();
787787
</code></pre>
788-
</div><div class="lint-additional-info"><div>Applicability: <span class="label applicability">Unspecified</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+big_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L11">View Source</a></div></div></article><article id="bind_instead_of_map"><input id="label-bind_instead_of_map" type="checkbox"><label for="label-bind_instead_of_map"><h2 class="lint-title"><div class="panel-title-name" id="lint-bind_instead_of_map">bind_instead_of_map
788+
</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+big_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L11">View Source</a></div></div></article><article id="bind_instead_of_map"><input id="label-bind_instead_of_map" type="checkbox"><label for="label-bind_instead_of_map"><h2 class="lint-title"><div class="panel-title-name" id="lint-bind_instead_of_map">bind_instead_of_map
789789
<a href="#bind_instead_of_map" class="anchor label">&para;</a> <a href="" class="copy-to-clipboard anchor label">&#128203;</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>
790790
<p>Checks for usage of <code>_.and_then(|x| Some(y))</code>, <code>_.and_then(|x| Ok(y))</code>
791791
or <code>_.or_else(|x| Err(y))</code>.</p>
@@ -4785,7 +4785,7 @@ <h3>Example</h3>
47854785
<pre><code class="language-rust">let _x = 2i32.to_ne_bytes();
47864786
let _y = 2i64.to_ne_bytes();
47874787
</code></pre>
4788-
</div><div class="lint-additional-info"><div>Applicability: <span class="label applicability">Unspecified</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+host_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L29">View Source</a></div></div></article><article id="identity_op"><input id="label-identity_op" type="checkbox"><label for="label-identity_op"><h2 class="lint-title"><div class="panel-title-name" id="lint-identity_op">identity_op
4788+
</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+host_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L29">View Source</a></div></div></article><article id="identity_op"><input id="label-identity_op" type="checkbox"><label for="label-identity_op"><h2 class="lint-title"><div class="panel-title-name" id="lint-identity_op">identity_op
47894789
<a href="#identity_op" class="anchor label">&para;</a> <a href="" class="copy-to-clipboard anchor label">&#128203;</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>
47904790
<p>Checks for identity operations, e.g., <code>x + 0</code>.</p>
47914791
<h3>Why is this bad?</h3>
@@ -6895,7 +6895,7 @@ <h3>Example</h3>
68956895
<pre><code class="language-rust">let _x = 2i32.to_le_bytes();
68966896
let _y = 2i64.to_le_bytes();
68976897
</code></pre>
6898-
</div><div class="lint-additional-info"><div>Applicability: <span class="label applicability">Unspecified</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+little_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L48">View Source</a></div></div></article><article id="lossy_float_literal"><input id="label-lossy_float_literal" type="checkbox"><label for="label-lossy_float_literal"><h2 class="lint-title"><div class="panel-title-name" id="lint-lossy_float_literal">lossy_float_literal
6898+
</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.72.0</span></div><a href="https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+little_endian_bytes">Related Issues</a><a href="https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/endian_bytes.rs#L48">View Source</a></div></div></article><article id="lossy_float_literal"><input id="label-lossy_float_literal" type="checkbox"><label for="label-lossy_float_literal"><h2 class="lint-title"><div class="panel-title-name" id="lint-lossy_float_literal">lossy_float_literal
68996899
<a href="#lossy_float_literal" class="anchor label">&para;</a> <a href="" class="copy-to-clipboard anchor label">&#128203;</a></div><span class="label lint-group group-restriction">restriction</span> <span class="label lint-level level-allow">allow</span> <span class="label doc-folding"></span></h2></label><div class="lint-docs"><div class="lint-doc-md"><h3>What it does</h3>
69006900
<p>Checks for whole number float literals that
69016901
cannot be represented as the underlying type without loss.</p>

0 commit comments

Comments
 (0)