Skip to content

Commit 73304c3

Browse files
authored
modify G.MOD.05 (#128)
1 parent 0cb2715 commit 73304c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/safe-guides/coding_practice/module/G.MOD.05.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ mod internal {
2626
```
2727

2828

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

Comments
 (0)