]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/Cargo.toml
clean up error codes explanation
[rust.git] / src / librustc_lint / Cargo.toml
index 600f7031ed5c0f77b8c5242925f83cc6edd46f0e..abf9f96e6475b26e464dddf33271f8696f9e448c 100644 (file)
@@ -10,12 +10,15 @@ path = "lib.rs"
 
 [dependencies]
 log = "0.4"
+unicode-security = "0.0.2"
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_error_codes = { path = "../librustc_error_codes" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_index = { path = "../librustc_index" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_session = { path = "../librustc_session" }