mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +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 std::cmp;
|
||||||
use sum_tree::{Bias, SumTree};
|
use sum_tree::{Bias, SumTree};
|
||||||
|
|
||||||
use crate::UndoOperation;
|
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
struct UndoMapEntry {
|
struct UndoMapEntry {
|
||||||
key: UndoMapKey,
|
key: UndoMapKey,
|
||||||
|
|
Loading…
Reference in a new issue