From 0ee5ecbfffde04c06f011afb08d7c4bf377a6283 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 25 Aug 2024 03:54:49 -0700 Subject: [PATCH] Add derive_more 1.0 Summary: This is an upgrade where the formatting strings for display changed between versions, so code can't be compatible with both versions. As a result the plan is: * Add derive_more-1 * Migrate each usage * Rename everything * Remove derive_more-old Reviewed By: zertosh, dtolnay Differential Revision: D61759208 fbshipit-source-id: 30f64637278a50f45e8a69f5001d40e67c7f7c53 --- shim/third-party/rust/fixups/derive_more-impl/fixups.toml | 1 + shim/third-party/rust/fixups/derive_more/fixups.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 shim/third-party/rust/fixups/derive_more-impl/fixups.toml create mode 100644 shim/third-party/rust/fixups/derive_more/fixups.toml diff --git a/shim/third-party/rust/fixups/derive_more-impl/fixups.toml b/shim/third-party/rust/fixups/derive_more-impl/fixups.toml new file mode 100644 index 00000000000..2b26bb6745c --- /dev/null +++ b/shim/third-party/rust/fixups/derive_more-impl/fixups.toml @@ -0,0 +1 @@ +extra_srcs = ["README.md", "doc/*.md"] diff --git a/shim/third-party/rust/fixups/derive_more/fixups.toml b/shim/third-party/rust/fixups/derive_more/fixups.toml new file mode 100644 index 00000000000..edd9a2079bd --- /dev/null +++ b/shim/third-party/rust/fixups/derive_more/fixups.toml @@ -0,0 +1 @@ +extra_srcs = ["README.md"]