]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/Cargo.toml
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
[rust.git] / src / librustc_lint / Cargo.toml
index e834b87896ddf8fcb010634d2198e48e1a94a2cb..820064cb5b6f8b1d5aacb693248626b641509c2d 100644 (file)
@@ -10,10 +10,12 @@ path = "lib.rs"
 
 [dependencies]
 log = "0.4"
+unicode-security = "0.0.2"
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_index = { path = "../librustc_index" }