]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/Cargo.toml
Rollup merge of #81865 - bugadani:typeck2, r=jyn514
[rust.git] / compiler / rustc_lint / Cargo.toml
index c56eb09b63471ad96408bae68f8f65eda0c084d1..90badd3d573a8e19a5c3d5d1caaaef1e2ff9b737 100644 (file)
@@ -19,5 +19,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_feature = { path = "../rustc_feature" }
 rustc_index = { path = "../rustc_index" }
 rustc_session = { path = "../rustc_session" }
+rustc_serialize = { path = "../rustc_serialize" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
 rustc_parse_format = { path = "../rustc_parse_format" }