aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-06-17 19:04:38 +0100
committerGitHub <[email protected]>2021-06-17 19:04:38 +0100
commit84507a0b9c2e8f6e632ad9ec649cd1f21a7e0887 (patch)
tree0c7bf1f81bd6c6b9b57d0c34acc6dfd16af0b23a /crates/ide/src
parent53d26164c6608fd5149180c91fa49c7cde79706f (diff)
parentca99aaa053c7915633a1b2dadd40ad0deb3a3ac3 (diff)
Merge #9317
9317: internal: add From to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ide/src')
-rw-r--r--crates/ide/src/hover.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs
index 592610eab..01dd0c0da 100644
--- a/crates/ide/src/hover.rs
+++ b/crates/ide/src/hover.rs
@@ -3016,8 +3016,8 @@ fn foo() {
3016 file_id: FileId( 3016 file_id: FileId(
3017 1, 3017 1,
3018 ), 3018 ),
3019 full_range: 246..428, 3019 full_range: 247..429,
3020 focus_range: 285..291, 3020 focus_range: 286..292,
3021 name: "Future", 3021 name: "Future",
3022 kind: Trait, 3022 kind: Trait,
3023 description: "pub trait Future", 3023 description: "pub trait Future",