Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 6dba419

Browse files
Update tooltip data for upstream changes
1 parent d4e2bd7 commit 6dba419

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

tests/fixtures/hover/save_data/test_tooltip_mod_use_external.rs.0004_012.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"col": 12
66
},
77
"data": {
8-
"Ok": [{
9-
"language": "rust",
10-
"value": "std/src/sync/mod.rs"
11-
},
12-
"Useful synchronization primitives.\n\n## The need for synchronization\n\nConceptually, a Rust program is a series of operations which will\nbe executed on a computer. The timeline of events happening in the\nprogram is consistent with the order of the operations in the code.\n\nConsider the following code, operating on some global static variables:\n\n```rust\nstatic mut A: u32 = 0;"
13-
]
8+
"Ok": []
149
}
1510
}

tests/fixtures/hover/save_data/test_tooltip_mod_use_external.rs.0005_012.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"col": 12
66
},
77
"data": {
8-
"Ok": [{
9-
"language": "rust",
10-
"value": "std/src/sync/mod.rs"
11-
},
12-
"Useful synchronization primitives.\n\n## The need for synchronization\n\nConceptually, a Rust program is a series of operations which will\nbe executed on a computer. The timeline of events happening in the\nprogram is consistent with the order of the operations in the code.\n\nConsider the following code, operating on some global static variables:\n\n```rust\nstatic mut A: u32 = 0;"
13-
]
8+
"Ok": []
149
}
1510
}

0 commit comments

Comments
 (0)