Hi,我注意到文档中lint的链接都指向master版本,如下: [unnecessary_operation](https://rust-lang.github.io/rust-clippy/master/#unnecessary_operation) 虽然对于我们的规则大部分lint都是稳定的,但是由于clippy的lint在不断修改中,存在修改后进行重命名的可能。 比如这个[clippy pr](https://github.com/rust-lang/rust-clippy/pull/7925) ,他把lint if_then_panic 进行了重命名,这会导致链接失效。 因此我想我们需要把链接指向某个最新的稳定版本,并保持持续的更新