Skip to content

Commit

Permalink
Properly register lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Feb 1, 2019
1 parent afb1921 commit 23014b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/lint/builtin.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 23014b4

Please sign in to comment.