]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/lib.rs
Implement warning for unused dependencies.
[rust.git] / src / librustc_lint / lib.rs
index b791d313fc4f438a47e0e850da80401770ab3a6b..ee27342541c93178a4b4fcf432866cdc19c32a00 100644 (file)
@@ -276,6 +276,7 @@ macro_rules! register_passes {
         UNUSED_ALLOCATION,
         UNUSED_DOC_COMMENTS,
         UNUSED_EXTERN_CRATES,
+        UNUSED_CRATE_DEPENDENCIES,
         UNUSED_FEATURES,
         UNUSED_LABELS,
         UNUSED_PARENS,