diff options
Diffstat (limited to 'editors/microsoft-edit/files/patch-src_lib.rs')
-rw-r--r-- | editors/microsoft-edit/files/patch-src_lib.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/microsoft-edit/files/patch-src_lib.rs b/editors/microsoft-edit/files/patch-src_lib.rs new file mode 100644 index 000000000000..f83f9e0d6fcb --- /dev/null +++ b/editors/microsoft-edit/files/patch-src_lib.rs @@ -0,0 +1,10 @@ +--- src/lib.rs.orig 2025-05-18 18:11:22 UTC ++++ src/lib.rs +@@ -5,7 +5,6 @@ + allocator_api, + breakpoint, + cold_path, +- inherent_str_constructors, + let_chains, + linked_list_cursors, + maybe_uninit_fill, |