diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-18 20:11:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-18 20:11:13 +0100 |
commit | c2f15270ee207ae787b08abdac2c8944b96306c9 (patch) | |
tree | 5f4156b8691e5ea0c7b46b66e5075da3473e178c /crates/ide/src | |
parent | a08339e4211cfd0dc448a8f39d83561ad8754f7a (diff) | |
parent | 15c4b3fa7f9d97029d64a7e13a12aa1ee42316d7 (diff) |
Merge #9329
9329: internal: add Copy 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.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs index 409f81ca0..4705fae08 100644 --- a/crates/ide/src/hover.rs +++ b/crates/ide/src/hover.rs | |||
@@ -3014,8 +3014,8 @@ fn foo() { | |||
3014 | file_id: FileId( | 3014 | file_id: FileId( |
3015 | 1, | 3015 | 1, |
3016 | ), | 3016 | ), |
3017 | full_range: 248..430, | 3017 | full_range: 250..432, |
3018 | focus_range: 287..293, | 3018 | focus_range: 289..295, |
3019 | name: "Future", | 3019 | name: "Future", |
3020 | kind: Trait, | 3020 | kind: Trait, |
3021 | description: "pub trait Future", | 3021 | description: "pub trait Future", |