]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/Cargo.toml
Update expected error output.
[rust.git] / src / librustc_lint / Cargo.toml
index fd2b635faefb406d85b78b39db156fc1a85d3e22..a61a314d5492d70af1a88178355769cf74a3e6fc 100644 (file)
@@ -7,7 +7,6 @@ edition = "2018"
 [lib]
 name = "rustc_lint"
 path = "lib.rs"
-crate-type = ["dylib"]
 
 [dependencies]
 log = "0.4"
@@ -16,3 +15,4 @@ rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_index = { path = "../librustc_index" }