]> git.lizzy.rs Git - rust.git/commitdiff
Fix a format error
authorDezhi Wu <wu543065657@163.com>
Wed, 20 Oct 2021 12:13:03 +0000 (20:13 +0800)
committerDezhi Wu <wu543065657@163.com>
Wed, 20 Oct 2021 12:13:03 +0000 (20:13 +0800)
editors/code/package.json

index 5dcdcb276951425c1da55834b3dca7c9417011e2..ab69a44c9ab8a1e4dfda2b773e1c49fc2dd158a6 100644 (file)
                     ]
                 },
                 "rust-analyzer.assist.importGroup": {
-                    "markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.",
+                    "markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import [following order]. Groups are separated by newlines.",
                     "default": true,
                     "type": "boolean"
                 },