mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
fix python indentation
This commit is contained in:
parent
45c0581fa9
commit
7fcc623c7f
3 changed files with 25 additions and 12 deletions
10
full-tests/delete-fields.rs
Normal file
10
full-tests/delete-fields.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/// ~MINIMIZE-ROOT HasFields
|
||||
struct HasFields {
|
||||
/// ~REQUIRE-DELETED field_a
|
||||
field_a: (),
|
||||
/// ~MINIMIZE-ROOT field_b
|
||||
field_b: (),
|
||||
}
|
||||
|
||||
/// ~MINIMIZE-ROOT main
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue