Skip to content

Commit ecf261b

Browse files
committed
Deploying to gh-pages from @ 73304c3 🚀
1 parent dab7b0e commit ecf261b

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

print.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7568,6 +7568,10 @@ <h2 id="列表-5"><a class="header" href="#列表-5">列表</a></h2>
75687568
}
75697569
<span class="boring">}
75707570
</span></code></pre></pre>
7571+
<p><strong>【Lint 检测】</strong></p>
7572+
<table><thead><tr><th>lint name</th><th>Clippy 可检测</th><th>Rustc 可检测</th><th>Lint Group</th><th>level</th></tr></thead><tbody>
7573+
<tr><td><a href="https://rust-lang.github.io/rust-clippy/master/#redundant_pub_crate">redundant_pub_crate</a></td><td>yes</td><td>no</td><td>nursery</td><td>allow</td></tr>
7574+
</tbody></table>
75717575
<div style="break-before: page; page-break-before: always;"></div><h1 id="315-包管理"><a class="header" href="#315-包管理">3.15 包管理</a></h1>
75727576
<p>Cargo 不仅仅是包管理,它还是一个 Workflow 工具。这一节包含 Cargo 和 Crate 相关内容。</p>
75737577
<div style="break-before: page; page-break-before: always;"></div><h2 id="pcar01-应该尽量把项目划分为合理的-crate-组合"><a class="header" href="#pcar01-应该尽量把项目划分为合理的-crate-组合">P.CAR.01 应该尽量把项目划分为合理的 crate 组合</a></h2>

safe-guides/coding_practice/module/G.MOD.05.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ <h2 id="gmod05-不要在私有模块中设置其内部类型或函数方法为-p
162162
}
163163
<span class="boring">}
164164
</span></code></pre></pre>
165+
<p><strong>【Lint 检测】</strong></p>
166+
<table><thead><tr><th>lint name</th><th>Clippy 可检测</th><th>Rustc 可检测</th><th>Lint Group</th><th>level</th></tr></thead><tbody>
167+
<tr><td><a href="https://rust-lang.github.io/rust-clippy/master/#redundant_pub_crate">redundant_pub_crate</a></td><td>yes</td><td>no</td><td>nursery</td><td>allow</td></tr>
168+
</tbody></table>
165169

166170
</main>
167171

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)