-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
2,138 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"rust-analyzer.cargo.cfgs": { | ||
// This adds an extra cfg to rust-analyzer so we can prevent it from | ||
// analyzing tests with a lot of generated code. These can cause it to | ||
// hang or run slowly in general, which is bad for workflows. | ||
"rust_analyzer": null, | ||
} | ||
} | ||
{ | ||
"rust-analyzer.cargo.cfgs": { | ||
// This adds an extra cfg to rust-analyzer so we can prevent it from | ||
// analyzing tests with a lot of generated code. These can cause it to | ||
// hang or run slowly in general, which is bad for workflows. | ||
"rust_analyzer": null, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.