rust-lang/rust-clippy

improve suggestions around `&*` and don't add parenthesis

Open

#1,431 创建于 2017年1月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (1,391 fork)batch import
C-enhancementL-suggestiongood first issue

仓库指标

Star
 (10,406 star)
PR 合并指标
 (平均合并 19天 22小时) (30 天内合并 113 个 PR)

描述

~~Is there ever a reason to have an unsized type and ref it instead of having a reference to an unsized type?

I think we should simply suggest to use let p: &str = &*"hello"; instead (and make sure our quoting code erases &* or sth)

E-medium because I'm wary of weird consequences for cases I didn't think about.~~

make sure our quoting code erases &*

贡献者指南