amoffat/supertag

Lints in clippy::restriction group are meant to be picked one by one

开放

#5 创建于 2020年12月3日

 (1 条评论) (0 个反应) (0 位负责人)Rust (26 个派生)github user discovery
cleanupgood first issue

仓库指标

星标
 (616 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi @amoffat, thanks for this cool project!

I noticed you enabled the whole restriction category of Clippy. Lints in that group are not meant to be all enabled, as they are thought for very specific codebases, and some of them are even against idiomatic Rust. You should pick them one by one, if you find any of them useful.

Clippy should warn you against that, but you may be using an older version. Just wanted to make sure you are aware of that!

贡献者指南