Skip to content

Commit

Permalink
change DX note to admonish info
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Sep 29, 2023
1 parent 900fe83 commit 8babbb3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/book/src/appendix_dx.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ name = "rust"
config = { procMacro = {ignored = {leptos_macro = ["component"]}}}
```

> Note:
> 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.
```admonish info
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.
```

0 comments on commit 8babbb3

Please sign in to comment.