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:
Marshall Bowers 2024-06-13 18:45:28 -04:00 committed by GitHub
parent 86167138a9
commit 01ba1ddef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -11,6 +11,7 @@ workspace = true
[lib]
path = "src/gpui_macros.rs"
proc-macro = true
doctest = false
[dependencies]
proc-macro2 = "1.0.66"