Skip to content

Commit 23014b4

Browse files
committed
Properly register lint
1 parent afb1921 commit 23014b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lint/builtin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ impl LintPass for HardwiredLints {
411411
TRIVIAL_CASTS,
412412
TRIVIAL_NUMERIC_CASTS,
413413
PRIVATE_IN_PUBLIC,
414+
LEAKED_PRIVATE_DEPENDENCY,
414415
PUB_USE_OF_PRIVATE_EXTERN_CRATE,
415416
INVALID_TYPE_PARAM_DEFAULT,
416417
CONST_ERR,

0 commit comments

Comments
 (0)