mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
💄
This commit is contained in:
parent
e17627b07d
commit
f54c1f05c5
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
use crate::UndoOperation;
|
||||
use std::cmp;
|
||||
use sum_tree::{Bias, SumTree};
|
||||
|
||||
use crate::UndoOperation;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
struct UndoMapEntry {
|
||||
key: UndoMapKey,
|
||||
|
|
Loading…
Reference in a new issue