Whitespace only; the fork has no own rustfmt.toml so the Oak root policy applies.
8 lines
100 B
Rust
8 lines
100 B
Rust
#[test]
|
|
fn test_derive_render() {
|
|
use gpui_macros::Render;
|
|
|
|
#[derive(Render)]
|
|
struct _Element;
|
|
}
|