]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_privacy/Cargo.toml
Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
[rust.git] / src / librustc_privacy / Cargo.toml
index 795b6c107fe944040c209b51d553361519eda551..2f7aaf9e5cfe153aac8f4c5848723ab00fafb6db 100644 (file)
@@ -10,11 +10,11 @@ path = "lib.rs"
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
 rustc_typeck = { path = "../librustc_typeck" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 log = "0.4"