mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
docs(inlay-hints): remove reference to Toggle inlay hints
This commit is contained in:
parent
4f2c86e86e
commit
cdc362e6cc
1 changed files with 0 additions and 6 deletions
|
@ -176,12 +176,6 @@ impl fmt::Debug for InlayHintLabelPart {
|
||||||
// * elided lifetimes
|
// * elided lifetimes
|
||||||
// * compiler inserted reborrows
|
// * 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[]
|
// image::https://user-images.githubusercontent.com/48062697/113020660-b5f98b80-917a-11eb-8d70-3be3fd558cdd.png[]
|
||||||
pub(crate) fn inlay_hints(
|
pub(crate) fn inlay_hints(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
|
|
Loading…
Reference in a new issue