about summary refs log tree commit diff
path: root/src/librustc_errors/Cargo.toml
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2017-12-10 23:35:53 -0800
committerEsteban Küber <esteban@kuber.com.ar>2017-12-14 22:51:42 -0800
commitc60aab29f1a84b799d4b2a27ed26eeda29438eda (patch)
tree0e92783df5f21256b5059f20f9eed554364b3d90 /src/librustc_errors/Cargo.toml
parent933103190950c97b966e789e9206bff2f7bd6118 (diff)
downloadrust-c60aab29f1a84b799d4b2a27ed26eeda29438eda.tar.gz
rust-c60aab29f1a84b799d4b2a27ed26eeda29438eda.zip
When attempting to write str with single quote suggest double quotes
Diffstat (limited to 'src/librustc_errors/Cargo.toml')
-rw-r--r--src/librustc_errors/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml
index c72e9dd0ea3..3e15af7558d 100644
--- a/src/librustc_errors/Cargo.toml
+++ b/src/librustc_errors/Cargo.toml
@@ -12,3 +12,4 @@ crate-type = ["dylib"]
 serialize = { path = "../libserialize" }
 syntax_pos = { path = "../libsyntax_pos" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+unicode-width = "0.1.4"