commit | b1e816adba9224aa214213ddc13f006becb35f01 | [log] [tgz] |
---|---|---|
author | Devin Jeanpierre <jeanpierreda@google.com> | Fri Apr 29 20:14:22 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 29 20:14:56 2022 -0700 |
tree | e13f9327a43b759ec1d94bf7bfe6e99c53eb01c0 | |
parent | edabf00ec5eca3375141bc6fa139c4ed4b3bbe0f [diff] |
Don't derive(Copy) if the struct implements Drop. There's still not really a principled decision about when to derive Copy, so this is more of a quick fix than anything. PiperOrigin-RevId: 445566554