Skip to content

Commit

Permalink
argh, overlooked two extern crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 7, 2016
1 parent 29ad9a2 commit 9eaae92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc_incremental/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ rbml = { path = "../librbml" }
rustc = { path = "../librustc" }
rustc_data_structures = { path = "../librustc_data_structures" }
serialize = { path = "../libserialize" }
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }

0 comments on commit 9eaae92

Please sign in to comment.