mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
f8ba19287d
let unnecessary_cast work for trivial non_literal expressions Signed-off-by: TennyZhuang <zty0826@gmail.com> --- changelog: [`unnecessary_cast`]: fix for trivial non_literal expressions Fixes #9562