gpui_macros: Disable doctests (#13015)
This PR disables the doctests in the `gpui_macros` crate, as they depend on `gpui` to run. Since `gpui` depends on `gpui_macros`, we don't really want to add a dependency on `gpui` (even though it _appears_ to work as a dev dependency). Also did some minor stylistic cleanup of some doc comments. Release Notes: - N/A
This commit is contained in:
parent
86167138a9
commit
01ba1ddef7
2 changed files with 6 additions and 5 deletions
|
@ -11,6 +11,7 @@ workspace = true
|
|||
[lib]
|
||||
path = "src/gpui_macros.rs"
|
||||
proc-macro = true
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.66"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue