mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
dbc9b7f46e
Renamed the cast_possible_overflow lint to cast_possible_truncation, and updated the error message, readme and crate root accordingly. Added some more information to the message for the cast_precision_loss lint. Updated the test case to reflect changes.