add initial search inside modified buffers
This commit is contained in:
parent
f86e5a987f
commit
c19c8899fe
3 changed files with 216 additions and 65 deletions
|
@ -17,7 +17,7 @@ use std::{
|
|||
use tree_sitter::{Parser, QueryCursor};
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Hash)]
|
||||
pub struct SpanDigest([u8; 20]);
|
||||
pub struct SpanDigest(pub [u8; 20]);
|
||||
|
||||
impl FromSql for SpanDigest {
|
||||
fn column_result(value: ValueRef) -> FromSqlResult<Self> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue