We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2c86e commit cdc362eCopy full SHA for cdc362e
1 file changed
crates/ide/src/inlay_hints.rs
@@ -176,12 +176,6 @@ impl fmt::Debug for InlayHintLabelPart {
176
// * elided lifetimes
177
// * compiler inserted reborrows
178
//
179
-// |===
180
-// | Editor | Action Name
181
-//
182
-// | VS Code | **rust-analyzer: Toggle inlay hints*
183
184
185
// image::https://user-images.githubusercontent.com/48062697/113020660-b5f98b80-917a-11eb-8d70-3be3fd558cdd.png[]
186
pub(crate) fn inlay_hints(
187
db: &RootDatabase,
0 commit comments