mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
10 lines
186 B
Rust
10 lines
186 B
Rust
/// ~MINIMIZE-ROOT HasFields
|
|
struct HasFields {
|
|
/// ~REQUIRE-DELETED field_a
|
|
field_a: (),
|
|
/// ~MINIMIZE-ROOT field_b
|
|
field_b: (),
|
|
}
|
|
|
|
/// ~MINIMIZE-ROOT main
|
|
fn main() {}
|