about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-04 16:53:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-11-05 10:50:26 -0700
commit0eff43ff7584d416e6de5d3ade2da1ab17730331 (patch)
tree9695b02ee9cb1ba83094f976d7a86be583a9d203 /src/librustc_errors
parent9847bd3d681ef9a80d1b0ff82cbffe70af5aab0b (diff)
parenta270b8014cbd3af6e03f7f808a2fea1e9f22ed88 (diff)
downloadrust-0eff43ff7584d416e6de5d3ade2da1ab17730331.tar.gz
rust-0eff43ff7584d416e6de5d3ade2da1ab17730331.zip
Merge branch 'new-rustbuild' into rollup
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml
index 128c270eb35..c92e4d8f5ab 100644
--- a/src/librustc_errors/Cargo.toml
+++ b/src/librustc_errors/Cargo.toml
@@ -11,4 +11,4 @@ crate-type = ["dylib"]
 [dependencies]
 log = { path = "../liblog" }
 serialize = { path = "../libserialize" }
-syntax_pos = { path = "../libsyntax_pos" }
\ No newline at end of file
+syntax_pos = { path = "../libsyntax_pos" }