From cdc362e6cc833913cb95d928b6146ae4317e488a Mon Sep 17 00:00:00 2001 From: DidiBear Date: Mon, 19 Sep 2022 12:00:58 -0400 Subject: [PATCH] docs(inlay-hints): remove reference to Toggle inlay hints --- crates/ide/src/inlay_hints.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs index 93fcd7cad7..08363d21e8 100644 --- a/crates/ide/src/inlay_hints.rs +++ b/crates/ide/src/inlay_hints.rs @@ -176,12 +176,6 @@ impl fmt::Debug for InlayHintLabelPart { // * elided lifetimes // * compiler inserted reborrows // -// |=== -// | Editor | Action Name -// -// | VS Code | **rust-analyzer: Toggle inlay hints* -// |=== -// // image::https://user-images.githubusercontent.com/48062697/113020660-b5f98b80-917a-11eb-8d70-3be3fd558cdd.png[] pub(crate) fn inlay_hints( db: &RootDatabase,