diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-03 12:27:10 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-03 12:27:10 +0100 |
commit | e644f64f2a68a14a841adb3f3e897d1fcb35f23f (patch) | |
tree | 09c4d8eff84a57c684f7a961bf948b38c14d3da3 /crates/test_utils/Cargo.toml | |
parent | c6b739bad0c0a458d3ae6bb2bc4514477f325e31 (diff) | |
parent | f06b2bcd91329fb795839a4eabd8f43aa472aeb2 (diff) |
Merge #4678
4678: Unsquish parameter types in tooltips for macro-generated functions r=aloucks a=aloucks
Note the missing whitespace between `:` and the parameter type.
Before:
![image](https://user-images.githubusercontent.com/221559/83364680-faf13d80-a370-11ea-96b7-a041969a4954.png)
After:
![image](https://user-images.githubusercontent.com/221559/83364685-03e20f00-a371-11ea-9668-4e6ebcb81947.png)
Co-authored-by: Aaron Loucks <[email protected]>
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r-- | crates/test_utils/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 4d185b01c..8840bf36a 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml | |||
@@ -14,4 +14,5 @@ serde_json = "1.0.48" | |||
14 | relative-path = "1.0.0" | 14 | relative-path = "1.0.0" |
15 | rustc-hash = "1.1.0" | 15 | rustc-hash = "1.1.0" |
16 | 16 | ||
17 | ra_cfg = { path = "../ra_cfg" } \ No newline at end of file | 17 | ra_cfg = { path = "../ra_cfg" } |
18 | stdx = { path = "../stdx" } \ No newline at end of file | ||