Updated lints with script

This commit is contained in:
Taylor Cramer 2016-03-25 02:44:45 -07:00 committed by mcarton
parent 498e0fba7f
commit c81edfc7b9
2 changed files with 3 additions and 2 deletions

View file

@ -368,9 +368,9 @@ pub fn plugin_registrar(reg: &mut Registry) {
transmute::TRANSMUTE_PTR_TO_REF,
transmute::USELESS_TRANSMUTE,
types::ABSURD_EXTREME_COMPARISONS,
types::INVALID_UPCAST_COMPARISONS,
types::BOX_VEC,
types::CHAR_LIT_AS_U8,
types::INVALID_UPCAST_COMPARISONS,
types::LET_UNIT_VALUE,
types::LINKEDLIST,
types::TYPE_COMPLEXITY,