Skip to content

Commit

Permalink
remove contradiction with rustc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 authored Jan 9, 2022
1 parent 5385636 commit a62fd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anti_patterns/deny-warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

所有的这些在改变时都可能破坏编译过程。

此外,除非这个删除注释,否则不能再使用提供额外警告的库。(例如rust-clippy)这可以通过[--cap-lints]缓解。`--cap-lints=warn`命令行参数将所有的`deny`提示的错误转换为警告。但是请注意`forbid`警告比`deny`要更强,因此不能把`forbid`级别的提示改写为低于错误的任何级别。因此,`forbid`提示仍将停止编译。
此外,除非这个删除注释,否则不能再使用提供额外警告的库。(例如rust-clippy)这可以通过[--cap-lints]缓解。`--cap-lints=warn`命令行参数将所有的`deny`提示的错误转换为警告。

## 替代方案

Expand Down

0 comments on commit a62fd0e

Please sign in to comment.