gpt4 book ai didi

rust - 如何为单行/ block 禁用 clippy lint?

转载 作者:行者123 更新时间:2023-11-29 07:45:37 28 4
gpt4 key购买 nike

<分区>

我得到一些像这样的 Clippy lints:

warning: methods called `to_*` usually take self by reference; consider choosing a less ambiguous name
--> src/helpers/mod.rs:29:32
|
29 | pub fn to_vec_sorted<U, F>(self, mapper: F) -> Vec<U>
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention

我对处理这个 lint 没有问题,我只是选择了它,因为它没有显示任何专有代码。假设我有一个非常好的理由需要以这种方式命名该函数,并且 Clippy 已集成到我的 CI 中,因此我需要 Clippy 错误/警告为零。

有没有办法为特定行或代码块禁用 Clippy lint ,类似于 Java 中的 @SuppressWarnings("whatever")?我觉得一定有,但我在文档中找不到任何这样做的例子。

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com