vscode settings: remove inlay hints setting

I had this set to off because it was interfering with checking if the
line goes beyond 100 columns. But `cargo fmt` mostly takes care of that
anyway. Leave it up to the user/workspace settings rather than the
project one.
This commit is contained in:
Scott Lamb 2022-04-13 13:45:44 -07:00
parent 967834ce15
commit 71d3f2a946
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
"editor.defaultFormatter": "matklad.rust-analyzer"
//"editor.defaultFormatter": null
},
"rust-analyzer.inlayHints.enable": false,
"markdown.extension.list.indentationSize": "inherit",
"markdown.extension.toc.unorderedList.marker": "*",