Reworked the error messages for more heplfulness.

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.
This commit is contained in:
R.Chavignat 2015-08-20 22:44:40 +02:00
parent ab481e5cb1
commit dbc9b7f46e
4 changed files with 70 additions and 69 deletions

View file

@ -106,7 +106,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
strings::STRING_ADD,
strings::STRING_ADD_ASSIGN,
types::BOX_VEC,
types::CAST_POSSIBLE_OVERFLOW,
types::CAST_POSSIBLE_TRUNCATION,
types::CAST_PRECISION_LOSS,
types::CAST_SIGN_LOSS,
types::LET_UNIT_VALUE,