@@ -16,28 +16,6 @@ license = "MIT OR Apache-2.0"
1616keywords = [" clippy" , " lint" , " plugin" ]
1717edition = " 2018"
1818
19- [target .'cfg(NOT_A_PLATFORM)' .dependencies ]
20- rustc_ast = { path = " /home/urcra/rust/compiler/rustc_ast" }
21- rustc_ast_pretty = { path = " /home/urcra/rust/compiler/rustc_ast_pretty" }
22- rustc_attr = { path = " /home/urcra/rust/compiler/rustc_attr" }
23- rustc_data_structures = { path = " /home/urcra/rust/compiler/rustc_data_structures" }
24- rustc_errors = { path = " /home/urcra/rust/compiler/rustc_errors" }
25- rustc_hir = { path = " /home/urcra/rust/compiler/rustc_hir" }
26- rustc_hir_pretty = { path = " /home/urcra/rust/compiler/rustc_hir_pretty" }
27- rustc_index = { path = " /home/urcra/rust/compiler/rustc_index" }
28- rustc_infer = { path = " /home/urcra/rust/compiler/rustc_infer" }
29- rustc_lexer = { path = " /home/urcra/rust/compiler/rustc_lexer" }
30- rustc_lint = { path = " /home/urcra/rust/compiler/rustc_lint" }
31- rustc_middle = { path = " /home/urcra/rust/compiler/rustc_middle" }
32- rustc_mir = { path = " /home/urcra/rust/compiler/rustc_mir" }
33- rustc_parse = { path = " /home/urcra/rust/compiler/rustc_parse" }
34- rustc_parse_format = { path = " /home/urcra/rust/compiler/rustc_parse_format" }
35- rustc_session = { path = " /home/urcra/rust/compiler/rustc_session" }
36- rustc_span = { path = " /home/urcra/rust/compiler/rustc_span" }
37- rustc_target = { path = " /home/urcra/rust/compiler/rustc_target" }
38- rustc_trait_selection = { path = " /home/urcra/rust/compiler/rustc_trait_selection" }
39- rustc_typeck = { path = " /home/urcra/rust/compiler/rustc_typeck" }
40-
4119[dependencies ]
4220cargo_metadata = " 0.12"
4321if_chain = " 1.0.0"
0 commit comments