Skip to content

Commit 8d85735

Browse files
committed
fix
Signed-off-by: husharp <[email protected]>
1 parent 92d7d7a commit 8d85735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Get-ChildItem . -Filter "*.rs" -Recurse | foreach { rustfmt --check --edition 20
2424
> **NOTE**: If you are using `rust-analyzer`, you can add the following two lines in your `settings.json` to make sure the features get taken into account when checking the project:
2525
>
2626
> ```json
27-
> "rust-analyzer.cargo.features": "full",
28-
> "rust-analyzer.check.features": "full",
27+
> "rust-analyzer.cargo.features": ["full"],
28+
> "rust-analyzer.check.features": ["full"],
2929
> ```

0 commit comments

Comments
 (0)