mirror of https://github.com/helix-editor/helix
remove stray file
parent
9cd6a26c5e
commit
9f0fd62127
@ -1,8 +0,0 @@
|
|||||||
use std::num::NonZeroUsize;
|
|
||||||
|
|
||||||
use crate::Selection;
|
|
||||||
|
|
||||||
pub struct Mark {
|
|
||||||
doc_id: NonZeroUsize,
|
|
||||||
selection: Selection,
|
|
||||||
}
|
|
Loading…
Reference in New Issue