We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb2715 commit 73304c3Copy full SHA for 73304c3
src/safe-guides/coding_practice/module/G.MOD.05.md
@@ -26,3 +26,10 @@ mod internal {
26
```
27
28
29
+**【Lint 检测】**
30
+
31
+| lint name | Clippy 可检测 | Rustc 可检测 | Lint Group | level |
32
+| ------------------------------------------------------------ | ------------- | ------------ | ----------- | ----- |
33
+| [redundant_pub_crate](https://rust-lang.github.io/rust-clippy/master/#redundant_pub_crate) | yes | no | nursery | allow |
34
35
0 commit comments