mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
This PR makes the `Buffer::apply_ops` method infallible for `text::Buffer` and `language::Buffer`. We discovered that `text::Buffer::apply_ops` was only fallible due to `apply_undo`, which didn't actually need to be fallible. Release Notes: - N/A |
||
---|---|---|
.. | ||
anchor.rs | ||
locator.rs | ||
network.rs | ||
operation_queue.rs | ||
patch.rs | ||
selection.rs | ||
subscription.rs | ||
tests.rs | ||
text.rs | ||
undo_map.rs |