Properly register lint

This commit is contained in:
Aaron Hill 2019-01-13 18:50:16 -05:00
parent afb1921c79
commit 23014b4036
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -411,6 +411,7 @@ impl LintPass for HardwiredLints {
TRIVIAL_CASTS,
TRIVIAL_NUMERIC_CASTS,
PRIVATE_IN_PUBLIC,
LEAKED_PRIVATE_DEPENDENCY,
PUB_USE_OF_PRIVATE_EXTERN_CRATE,
INVALID_TYPE_PARAM_DEFAULT,
CONST_ERR,