diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2017-12-10 23:35:53 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2017-12-14 22:51:42 -0800 |
| commit | c60aab29f1a84b799d4b2a27ed26eeda29438eda (patch) | |
| tree | 0e92783df5f21256b5059f20f9eed554364b3d90 /src/librustc_errors/Cargo.toml | |
| parent | 933103190950c97b966e789e9206bff2f7bd6118 (diff) | |
| download | rust-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.toml | 1 |
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" |
