rust-derivative
rust-derivative copied to clipboard
RFC: use finish_non_exhaustive
According to rust doc: "Marks the struct as non-exhaustive, indicating to the reader that there are some other fields that are not shown in the debug representation.", which is appropriate when we ignore fields.