Skip to content

Commit

Permalink
update info about RustRover support request + merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Oct 2, 2023
1 parent 31582cd commit d652feb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/book/src/appendix_dx.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ config = { procMacro = {ignored = {leptos_macro = ["component"]}}}
The Jetbrains `intellij-rust` plugin (RustRover as well) currently does not support dynamic config for macro exclusion.
However, the project currently maintains a hardcoded list of excluded macros.
As soon as [this open PR](https://github.com/intellij-rust/intellij-rust/pull/10873) is merged, the `component` and
`server` macro will be excluded automatically without additional configuration needed.
`server` macro will be excluded automatically without additional configuration needed.
Update (2023/10/02):
The `intellij-rust` plugin got deprecated in favor of RustRover at the same time the PR was opened, but an official
support request was made to integrate the contents of this PR.
```

0 comments on commit d652feb

Please sign in to comment.